summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* [IPV4]: ipip and ip_gre encapsulation bugsAl Viro2006-09-222-20/+25
* [XFRM]: Fix wildcard as tunnel sourcePatrick McHardy2006-09-222-15/+20
* [TCP]: Send ACKs each 2nd received segment.Alexey Kuznetsov2006-09-222-2/+7
* [NETFILTER]: Change tunables to __read_mostlyBrian Haley2006-09-229-30/+30
* [IPSEC]: output mode to take an xfrm state as input paramJamal Hadi Salim2006-09-223-6/+3
* [NET]: Fix sk->sk_filter field accessDmitry Mishin2006-09-221-1/+1
* [TCP]: Fix rcv mss estimate for LROHerbert Xu2006-09-221-1/+1
* [NETFILTER] bridge: simplify nf_bridge_padStephen Hemminger2006-09-221-8/+7
* [NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validationThomas Graf2006-09-223-3/+3
* [UDP]: saddr_cmp function should take const socket pointersDavid S. Miller2006-09-221-2/+2
* [UDP]: Mark udp_port_rover static.David S. Miller2006-09-221-2/+1
* [UDP]: Unify UDPv4 and UDPv6 ->get_port()Gerrit Renker2006-09-221-36/+60
* [NET]: Use SLAB_PANICAlexey Dobriyan2006-09-224-18/+6
* [NET]: Use BUILD_BUG_ON() for checking size of skb->cb.YOSHIFUJI Hideaki2006-09-221-4/+1
* [TCP] Congestion control (modulo lp, bic): use BUILD_BUG_ONAlexey Dobriyan2006-09-227-7/+7
* [IPV4]: Add support for fwmark masks in routing rulesPatrick McHardy2006-09-221-2/+19
* [TCP] tcp_bic: use BUILD_BUG_ONAlexey Dobriyan2006-09-221-1/+1
* [TCP] tcp_lp: use BUILD_BUG_ONAlexey Dobriyan2006-09-221-1/+1
* [IPSEC] esp: Defer output IV initialization to first use.David S. Miller2006-09-221-2/+7
* [XFRM]: Add generation count to xfrm_state and xfrm_dst.David S. Miller2006-09-221-0/+1
* [XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo.David S. Miller2006-09-221-28/+0
* [XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo.David S. Miller2006-09-221-53/+0
* [XFRM] IPV6: Restrict bundle reusingMasahide NAKAMURA2006-09-221-1/+1
* [XFRM] STATE: Support non-fragment outbound transformation headers.Masahide NAKAMURA2006-09-221-0/+1
* [XFRM] STATE: Search by address using source address list.Masahide NAKAMURA2006-09-221-0/+9
* [XFRM] STATE: Add source address list.Masahide NAKAMURA2006-09-221-0/+3
* [XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA2006-09-228-14/+14
* [NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy2006-09-2221-44/+11
* [NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy2006-09-2220-46/+28
* [NETFILTER]: replace open coded checksum updatesPatrick McHardy2006-09-223-33/+20
* [NETFILTER]: ctnetlink: remove impossible events tests for updatesPablo Neira Ayuso2006-09-221-5/+1
* [NETFILTER]: ctnetlink: check for listeners before sending expectation eventsPablo Neira Ayuso2006-09-221-0/+3
* [NETFILTER]: ctnetlink: dump connection markPablo Neira Ayuso2006-09-221-0/+4
* [NETFILTER]: ipt_recent: add module parameter for changing ownership of /proc...Daniel De Graaf2006-09-221-0/+8
* [NETFILTER]: x_tables: replace IPv4 DSCP target by address family independent...Yasuyuki Kozakai2006-09-223-108/+0
* [NETFILTER]: x_tables: replace IPv4 dscp match by address family independent ...Yasuyuki Kozakai2006-09-223-66/+0
* [IPv4]: Convert route get to new netlink apiThomas Graf2006-09-222-40/+46
* [IPv4]: Convert FIB dumping to use new netlink apiThomas Graf2006-09-226-80/+86
* [IPv4]: FIB configuration using struct fib_configThomas Graf2006-09-225-441/+489
* [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley2006-09-2211-53/+53
* [IPv4] route: Convert route notifications to use rtnl_notify()Thomas Graf2006-09-221-16/+16
* [IPv4] address: Convert address notification to use rtnl_notify()Thomas Graf2006-09-221-16/+37
* [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf2006-09-222-7/+7
* [IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBsMartin Bligh2006-09-222-1/+17
* [IPV4]: Increase number of possible routing tables to 2^32Patrick McHardy2006-09-224-62/+96
* [NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy2006-09-224-3/+7
* [NET]: Use u32 for routing table IDsPatrick McHardy2006-09-226-14/+14
* [NET]: Remove unnecessary config.h includes from net/Dave Jones2006-09-226-7/+1
* [IPV4]: Use network-order dport for all visible inet_lookup_*Herbert Xu2006-09-222-14/+14
* [IPV4] fib: convert reader/writer to spinlockStephen Hemminger2006-09-221-10/+10
OpenPOWER on IntegriCloud