aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-09-22[NETLINK]: Improve string attribute validationThomas Graf1-10/+39
2006-09-22[UDP]: saddr_cmp function should take const socket pointersDavid S. Miller1-2/+2
2006-09-22[UDP]: Mark udp_port_rover static.David S. Miller1-2/+1
2006-09-22[UDP]: Unify UDPv4 and UDPv6 ->get_port()Gerrit Renker2-110/+62
2006-09-22[NETFILTER]: Fix nf_conntrack_ftp.c build.David S. Miller1-1/+3
2006-09-22[NET]: Use SLAB_PANICAlexey Dobriyan12-62/+22
2006-09-22[DCCP]: Introduce tx bufferingIan McDonald3-37/+71
2006-09-22[DCCP]: Shift sysctls into feat.hIan McDonald2-7/+6
2006-09-22[NET]: Use BUILD_BUG_ON() for checking size of skb->cb.YOSHIFUJI Hideaki4-17/+5
2006-09-22[IPV6]: Fix routing by fwmarkPatrick McHardy1-2/+2
2006-09-22[TCP] Congestion control (modulo lp, bic): use BUILD_BUG_ONAlexey Dobriyan7-7/+7
2006-09-22[NET_SCHED]: Add mask support to fwmark classifierPatrick McHardy1-1/+24
2006-09-22[DECNET]: Add support for fwmark masks in routing rulesPatrick McHardy1-2/+18
2006-09-22[IPV4]: Add support for fwmark masks in routing rulesPatrick McHardy1-2/+19
2006-09-22[IPV6]: Fix build with fwmark disabled.David S. Miller1-0/+2
2006-09-22[IPV6] ROUTE: Add support for fwmask in routing rules.YOSHIFUJI Hideaki1-2/+22
2006-09-22[IPV6] ROUTE: Fix size of fib6_rule_policy.YOSHIFUJI Hideaki1-1/+1
2006-09-22[IPV6] ROUTE: Fix FWMARK support.YOSHIFUJI Hideaki1-1/+2
2006-09-22[XFRM]: Respect priority in policy lookups.David S. Miller1-9/+10
2006-09-22[TCP] tcp_bic: use BUILD_BUG_ONAlexey Dobriyan1-1/+1
2006-09-22[TCP] tcp_lp: use BUILD_BUG_ONAlexey Dobriyan1-1/+1
2006-09-22[NET] in6_pton: Kill errant printf statement.David S. Miller1-2/+0
2006-09-22[NETFILTER] NF_CONNTRACK_FTP: Use in6_pton() to convert address string.YOSHIFUJI Hideaki1-92/+4
2006-09-22[NET]: Add common helper functions to convert IPv6/IPv4 address string to net...YOSHIFUJI Hideaki1-0/+215
2006-09-22[IPV6] ROUTE: Routing by FWMARK.YOSHIFUJI Hideaki3-0/+31
2006-09-22[IPV6] ROUTE: Routing by Traffic Class.YOSHIFUJI Hideaki1-0/+3
2006-09-22[IPV6] MIP6: Several obvious clean-ups.YOSHIFUJI Hideaki3-42/+10
2006-09-22[IPSEC] esp: Defer output IV initialization to first use.David S. Miller2-4/+14
2006-09-22[XFRM]: Extract common hashing code into xfrm_hash.[ch]David S. Miller5-200/+195
2006-09-22[XFRM]: Hash policies when non-prefixed.David S. Miller1-140/+541
2006-09-22[XFRM]: Hash xfrm_state objects by source address too.David S. Miller1-18/+35
2006-09-22[XFRM]: Kill excessive refcounting of xfrm_state objects.David S. Miller1-41/+12
2006-09-22[XFRM]: Purge dst references to deleted SAs passively.David S. Miller2-18/+1
2006-09-22[XFRM]: Do not flush all bundles on SA insert.David S. Miller2-15/+20
2006-09-22[XFRM]: Simplify xfrm_spi_hashDavid S. Miller1-24/+9
2006-09-22[XFRM]: Put more keys into destination hash function.David S. Miller1-40/+35
2006-09-22[XFRM]: Add generation count to xfrm_state and xfrm_dst.David S. Miller4-0/+7
2006-09-22[XFRM]: Dynamic xfrm_state hash table sizing.David S. Miller1-52/+195
2006-09-22[XFRM]: Convert xfrm_state hash linkage to hlists.David S. Miller1-41/+51
2006-09-22[XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo.David S. Miller3-119/+159
2006-09-22[XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo.David S. Miller3-119/+100
2006-09-22[XFRM] IPV6: Support Mobile IPv6 extension headers sorting.Masahide NAKAMURA1-2/+26
2006-09-22[XFRM] IPV6: Add sort functions to combine templates/states for IPsec.Masahide NAKAMURA1-0/+97
2006-09-22[XFRM] POLICY: Support netlink socket interface for sub policy.Masahide NAKAMURA2-18/+134
2006-09-22[XFRM]: Add sorting interface for state and template.Masahide NAKAMURA2-2/+52
2006-09-22[XFRM] POLICY: sub policy support.Masahide NAKAMURA1-36/+216
2006-09-22[XFRM] POLICY: Add Kconfig to support sub policy.Masahide NAKAMURA1-0/+10
2006-09-22[IPV6] MIP6: Ignore to report if mobility headers is rejected.Masahide NAKAMURA1-0/+3
2006-09-22[IPV6] MIP6: Report to user-space when home address option is rejected.Masahide NAKAMURA1-0/+83
2006-09-22[XFRM]: Introduce XFRM_MSG_REPORT.Masahide NAKAMURA2-0/+65
2006-09-22[XFRM]: Trace which secpath state is reject factor.Masahide NAKAMURA1-7/+48
2006-09-22[IPV6] MIP6: Transformation support mobility header.Masahide NAKAMURA1-0/+15
2006-09-22[IPV6] MIP6: Add sending mobility header functions through raw socket.Masahide NAKAMURA1-0/+17
2006-09-22[IPV6] MIP6: Add receiving mobility header functions through raw socket.Masahide NAKAMURA2-1/+111
2006-09-22[XFRM] STATE: Add Mobile IPv6 route optimization protocols to netlink interface.Masahide NAKAMURA1-0/+16
2006-09-22[IPV6] MIP6: Add destination options header transformation.Noriaki TAKAMIYA1-0/+167
2006-09-22[IPV6] MIP6: Add routing header type 2 transformation.Noriaki TAKAMIYA3-0/+192
2006-09-22[IPV6] IPSEC: Support sending with Mobile IPv6 extension headers.Masahide NAKAMURA2-5/+122
2006-09-22[IPV6] MIP6: Revert address to send ICMPv6 error.Masahide NAKAMURA1-0/+25
2006-09-22[IPV6] MIP6: Add inbound interface of home address option.Masahide NAKAMURA1-1/+83
2006-09-22[IPV6]: Allow to replace skbuff by TLV parser.Masahide NAKAMURA2-11/+20
2006-09-22[IPV6]: Find option offset by type.Masahide NAKAMURA1-0/+43
2006-09-22[IPV6] MIP6: Add socket option and ancillary data interface of routing header...Masahide NAKAMURA2-5/+16
2006-09-22[IPV6] MIP6: Add inbound interface of routing header type 2.Masahide NAKAMURA1-8/+61
2006-09-22[IPV6]: Add Kconfig to enable Mobile IPv6.Masahide NAKAMURA1-0/+9
2006-09-22[XFRM]: Fix message about transformation user interface.Masahide NAKAMURA2-4/+4
2006-09-22[XFRM] IPV6: Restrict bundle reusingMasahide NAKAMURA3-4/+10
2006-09-22[XFRM] IPV6: Update outbound state timestamp for each sending.Masahide NAKAMURA2-0/+5
2006-09-22[XFRM] STATE: Introduce care-of address.Noriaki TAKAMIYA2-1/+33
2006-09-22[XFRM] STATE: Support non-fragment outbound transformation headers.Masahide NAKAMURA3-3/+24
2006-09-22[XFRM] STATE: Add a hook to obtain local/remote outbound address.Masahide NAKAMURA1-2/+18
2006-09-22[XFRM]: Rename secpath_has_tunnel to secpath_has_nontransport.Masahide NAKAMURA1-3/+3
2006-09-22[XFRM] STATE: Common receive function for route optimization extension headers.Masahide NAKAMURA3-0/+110
2006-09-22[XFRM]: Restrict authentication algorithm only when inbound transformation pr...Masahide NAKAMURA1-1/+2
2006-09-22[XFRM] STATE: Introduce route optimization mode.Masahide NAKAMURA3-0/+102
2006-09-22[XFRM] STATE: Add a hook to find offset to be inserted header in outbound.Masahide NAKAMURA6-3/+13
2006-09-22[XFRM] STATE: Search by address using source address list.Masahide NAKAMURA4-10/+116
2006-09-22[XFRM] STATE: Add source address list.Masahide NAKAMURA3-2/+25
2006-09-22[XFRM] STATE: Allow non IPsec protocol.Masahide NAKAMURA1-1/+1
2006-09-22[XFRM]: Introduce a helper to compare id protocol.Masahide NAKAMURA1-3/+3
2006-09-22[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA19-36/+37
2006-09-22[IPV6] ROUTE: Unify RT6_F_xxx and RT6_SELECT_F_xxx flagsYOSHIFUJI Hideaki2-21/+13
2006-09-22[IPV6] KCONFIG: Add subtrees support.YOSHIFUJI Hideaki1-0/+14
2006-09-22[IPV6] ROUTE: Add credits about subtree fixes.YOSHIFUJI Hideaki2-0/+3
2006-09-22[IPV6] NDISC: Search subtrees when backtracking on receipt of redirects.YOSHIFUJI Hideaki1-10/+3
2006-09-22[IPV6] ROUTE: Purge clones on other trees when deleting a route.YOSHIFUJI Hideaki1-2/+12
2006-09-22[IPV6] ROUTE: Search subtree when backtracking.YOSHIFUJI Hideaki1-12/+18
2006-09-22[IPV6] ROUTE: Put SUBTREE() as FIB6_SUBTREE() into ip6_fib.h for future use.YOSHIFUJI Hideaki1-11/+9
2006-09-22[IPV6] ROUTE: Allow searching subtree only.YOSHIFUJI Hideaki1-1/+1
2006-09-22[IPV6] ROUTE: Make sure we do not exceed args in fib6_lookup_1().YOSHIFUJI Hideaki1-7/+16
2006-09-22[IPV6] ROUTE: Fix looking up a route on subtree.YOSHIFUJI Hideaki1-24/+15
2006-09-22[IPV6] ROUTE: Prune clones from main tree as well.YOSHIFUJI Hideaki1-1/+1
2006-09-22[IPV6] ROUTE: Make sure we have fn->leaf when adding a node on subtree.YOSHIFUJI Hideaki1-6/+26
2006-09-22[IPV6]: Cache source address as well in ipv6_pinfo{}.YOSHIFUJI Hideaki7-8/+21
2006-09-22[IPV6] ROUTE: Introduce a helper to check route validity.YOSHIFUJI Hideaki1-7/+12
2006-09-22[IPV6] NDISC: Initialize fl with outbound interface to lookup rules properly.YOSHIFUJI Hideaki1-5/+11
2006-09-22[IPV6] NDISC: Search over all possible rules on receipt of redirect.YOSHIFUJI Hideaki1-24/+61
2006-09-22[IPV6] NDISC: Take source address into account for redirects.YOSHIFUJI Hideaki2-3/+5
2006-09-22[RTNETLINK]: Don't return error on no-metrics.David S. Miller1-2/+4
2006-09-22[NETFILTER]: x_tables: Fix typos after conversion to use mass registation helperThomas Graf2-5/+5
2006-09-22[SCTP]: Remove multiple levels of msecs to jiffies conversions.Vladislav Yasevich4-87/+72
2006-09-22[NETFILTER]: xt_tcpmss: minor cleanupsPatrick McHardy1-30/+18
2006-09-22[NETFILTER]: ip6_tables: consolidate dst and hbh matchesPatrick McHardy3-244/+25
2006-09-22[NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy56-100/+24
2006-09-22[NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy37-82/+51
2006-09-22[NETFILTER]: x_tables: make use of mass registation helpersPatrick McHardy32-1007/+679
2006-09-22[NETFILTER]: x_tables: add helpers for mass match/target registrationPatrick McHardy1-0/+60
2006-09-22[NETFILTER]: xt_CONNMARK: use tabs for indentationPatrick McHardy1-28/+29
2006-09-22[NETFILTER]: replace open coded checksum updatesPatrick McHardy3-33/+20
2006-09-22[NETFILTER]: nfnetlink_queue: fix typo in error messagePatrick McHardy1-2/+2
2006-09-22[NETFILTER]: ctnetlink: remove impossible events tests for updatesPablo Neira Ayuso2-10/+2
2006-09-22[NETFILTER]: ctnetlink: check for listeners before sending expectation eventsPablo Neira Ayuso2-0/+6
2006-09-22[NETFILTER]: ctnetlink: dump connection markPablo Neira Ayuso2-0/+8
2006-09-22[NETFILTER]: conntrack: introduce connection mark eventPablo Neira Ayuso1-2/+14
2006-09-22[NETFILTER]: ipt_recent: add module parameter for changing ownership of /proc...Daniel De Graaf1-0/+8
2006-09-22[NETFILTER]: x_tables: replace IPv4 DSCP target by address family independent...Yasuyuki Kozakai6-108/+143
2006-09-22[NETFILTER]: x_tables: replace IPv4 dscp match by address family independent ...Yasuyuki Kozakai6-66/+125
2006-09-22[SCTP]: Use the flags value that is passed as an arg to sctp_accept.Sridhar Samudrala1-1/+1
2006-09-22[SCTP]: Fix IPv6 address flag setting when doing peel-off/accept.Vladislav Yasevich1-0/+2
2006-09-22[SCTP]: Cleanup nomem handling in the state functions.Vladislav Yasevich1-73/+86
2006-09-22[SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.Sridhar Samudrala5-6/+44
2006-09-22[IPV6]: Fixup ip6_del_rt() call for new args.David S. Miller1-1/+1
2006-09-22[IPv6] route: Convert GETROUTE to use new netlink apiThomas Graf1-36/+44
2006-09-22[IPv6] route: Convert FIB6 dumping to use new netlink apiThomas Graf2-37/+46
2006-09-22[IPv6] route: FIB6 configuration using struct fib6_configThomas Graf3-184/+231
2006-09-22[IPv6] route: Simplify ip6_ins_rt()Thomas Graf3-9/+14
2006-09-22[IPv6] route: Simplify ip6_del_rt()Thomas Graf3-11/+17
2006-09-22[PKT_SCHED]: Kill pkt_act.h inlining.David S. Miller7-647/+932
2006-09-22[ETH]: indentation and cleanupStephen Hemminger1-50/+46
2006-09-22[ETH]: docbook commentsStephen Hemminger1-31/+69
2006-09-22[NET] neighbour: reduce exportsStephen Hemminger1-5/+1
2006-09-22[IPv4]: Convert route get to new netlink apiThomas Graf2-40/+46
2006-09-22[IPv4]: Convert FIB dumping to use new netlink apiThomas Graf6-80/+86
2006-09-22[IPv4]: FIB configuration using struct fib_configThomas Graf5-441/+489
2006-09-22[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley18-69/+69
2006-09-22[RTNETLINK]: Unexport rtnl socketThomas Graf1-3/+1
2006-09-22[NET] link: Convert notifications to use rtnl_notify()Thomas Graf1-10/+12
2006-09-22[WIRELESS]: Convert notifications to use rtnl_notify()Thomas Graf1-1/+2
2006-09-22[BRIDGE]: Convert notifications to use rtnl_notify()Thomas Graf1-16/+15
2006-09-22[IPv6] prefix: Convert prefix notifications to use rtnl_notify()Thomas Graf1-11/+14
2006-09-22[IPv6] link: Convert link notifications to use rtnl_notify()Thomas Graf1-11/+14
2006-09-22[IPv6] route: Convert route notifications to use rtnl_notify()Thomas Graf1-20/+18
2006-09-22[IPv6] address: Convert address notification to use rtnl_notify()Thomas Graf1-11/+15
2006-09-22[IPv4] route: Convert route notifications to use rtnl_notify()Thomas Graf1-16/+16
2006-09-22[IPv4] address: Convert address notification to use rtnl_notify()Thomas Graf1-16/+37
2006-09-22[DECNET]: Convert DECnet notifications to use rtnl_notify()Thomas Graf2-25/+28
2006-09-22[NEIGH]: Convert neighbour notifications ot use rtnl_notify()Thomas Graf1-18/+17
2006-09-22[NET] fib_rules: Convert fib rule notification to use rtnl_notify()Thomas Graf1-11/+21
2006-09-22[RTNETLINK]: Add rtnetlink notification interfaceThomas Graf1-0/+18
2006-09-22[NETLINK]: Add notification message sending interfaceThomas Graf3-3/+35
2006-09-22[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf7-24/+19
2006-09-22[IPV6] udp: Fix type in previous change.David S. Miller1-2/+2
2006-09-22[NETFILTER]: Make unused signal code go away so nobody copies its brokennessAlan Cox1-21/+0
2006-09-22[IPV6]: Add UDP_MIB_{SND,RCV}BUFERRORS handling.David S. Miller1-1/+16
2006-09-22[IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBsMartin Bligh2-1/+17
2006-09-22[DECNET]: cleanupsAdrian Bunk2-6/+7
2006-09-22[IPV6] ip6_fib.c: make code staticAdrian Bunk1-5/+24
2006-09-22[DECNET] Fix to decnet rules compare functionSteven Whitehouse1-2/+2
2006-09-22[DECNET] Fix to multiple tables routingSteven Whitehouse1-0/+1
2006-09-22[NET] netdev: Check name lengthStephen Hemminger1-1/+5
2006-09-22[HTB]: rbtree cleanupStephen Hemminger1-7/+27
2006-09-22[HTB]: Use hlist for hash lists.Stephen Hemminger1-22/+27
2006-09-22[HTB]: LindentStephen Hemminger1-475/+526
2006-09-22[HTB]: HTB_HYSTERESIS cleanupStephen Hemminger1-10/+17
2006-09-22[HTB]: Remove lock macro.Stephen Hemminger1-10/+8
2006-09-22[HTB]: Remove broken debug code.Stephen Hemminger1-268/+34
2006-09-22[DECNET]: Increase number of possible routing tables to 2^32Patrick McHardy3-84/+92
2006-09-22[IPV6]: Increase number of possible routing tables to 2^32Patrick McHardy2-147/+152
2006-09-22[IPV4]: Increase number of possible routing tables to 2^32Patrick McHardy4-62/+96
2006-09-22[NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy10-12/+26
2006-09-22[NET]: Use u32 for routing table IDsPatrick McHardy8-22/+22
2006-09-22[NET]: Kill double initialization in sock_alloc_inode.David S. Miller1-1/+0
2006-09-22[NET]: Remove unnecessary config.h includes from net/Dave Jones9-11/+2
2006-09-22[NET]: sock_register interface changesStephen Hemminger1-6/+4
2006-09-22[NET]: socket family using RCUStephen Hemminger1-98/+76
2006-09-22[NET] socket: code style cleanupStephen Hemminger1-341/+388
2006-09-22[SUNRPC]: Remove the unnecessary check for highmem in xs_sendpages().Sridhar Samudrala1-6/+1
2006-09-22[DECNET]: Convert rwlock to spinlockSteven Whitehouse1-5/+5
2006-09-22[DECNET]: Covert rules to use generic codeSteven Whitehouse7-313/+191
2006-09-22[IPV4]: Use network-order dport for all visible inet_lookup_*Herbert Xu3-19/+19
2006-09-22[IPV4] fib: convert reader/writer to spinlockStephen Hemminger1-10/+10
2006-09-22[IPV6]: Make sure fib6_rule_lookup doesn't return NULLVille Nuorvala1-1/+5
2006-09-22[IPV4]: Uninline inet_lookup_listenerHerbert Xu1-3/+32
2006-09-22[INET]: Remove is_setbyuser patchLouis Nyffenegger1-1/+0
2006-09-22[IPV4]: Kill fib4_rules_clean().David S. Miller1-5/+0
2006-09-22[IPV6]: Protect RTM_GETRULE table entry with IPV6_MULTIPLE_TABLES ifdefDavid S. Miller1-0/+2
2006-09-22[NET]: Make code static.Adrian Bunk6-13/+13
2006-09-22[SUNRPC]: Update to use in-kernel sockets API.Sridhar Samudrala2-28/+18
2006-09-22[NET]: Round out in-kernel sockets APISridhar Samudrala1-0/+113
2006-09-22[NEIGH]: Move netlink neighbour table bits to linux/neighbour.hThomas Graf1-2/+0
2006-09-22[NEIGH]: Convert neighbour table dumping to new netlink apiThomas Graf1-67/+74
2006-09-22[NEIGH]: Convert neighbour table modification to new netlink apiThomas Graf1-68/+104
2006-09-22[NEIGH]: Move netlink neighbour bits to linux/neighbour.hThomas Graf1-2/+0
2006-09-22[NEIGH]: Convert neighbour dumping to new netlink apiThomas Graf1-55/+51
2006-09-22[NEIGH]: Convert neighbour addition to new netlink apiThomas Graf1-39/+51
2006-09-22[NEIGH]: Convert neighbour deletion to new netlink apiThomas Graf1-19/+34
2006-09-22[IPV6]: Fix policy routing lookupPatrick McHardy1-1/+3
2006-09-22[IPV6]: Fix crash in ip6_del_rtPatrick McHardy1-0/+3
2006-09-22[IPV6]: Fix thinko in rt6_fill_nodePatrick McHardy1-1/+0
2006-09-22[NETFILTER]: nf_queue: handle GSO packetsPatrick McHardy3-22/+62