aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2006-09-22[IPSEC]: output mode to take an xfrm state as input paramJamal Hadi Salim
2006-09-22[NET]: Fix sk->sk_filter field accessDmitry Mishin
2006-09-22[TCP]: Fix rcv mss estimate for LROHerbert Xu
2006-09-22[NETFILTER] bridge: simplify nf_bridge_padStephen Hemminger
2006-09-22[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validationThomas Graf
2006-09-22[UDP]: saddr_cmp function should take const socket pointersDavid S. Miller
2006-09-22[UDP]: Mark udp_port_rover static.David S. Miller
2006-09-22[UDP]: Unify UDPv4 and UDPv6 ->get_port()Gerrit Renker
2006-09-22[NET]: Use SLAB_PANICAlexey Dobriyan
2006-09-22[NET]: Use BUILD_BUG_ON() for checking size of skb->cb.YOSHIFUJI Hideaki
2006-09-22[TCP] Congestion control (modulo lp, bic): use BUILD_BUG_ONAlexey Dobriyan
2006-09-22[IPV4]: Add support for fwmark masks in routing rulesPatrick McHardy
2006-09-22[TCP] tcp_bic: use BUILD_BUG_ONAlexey Dobriyan
2006-09-22[TCP] tcp_lp: use BUILD_BUG_ONAlexey Dobriyan
2006-09-22[IPSEC] esp: Defer output IV initialization to first use.David S. Miller
2006-09-22[XFRM]: Add generation count to xfrm_state and xfrm_dst.David S. Miller
2006-09-22[XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo.David S. Miller
2006-09-22[XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo.David S. Miller
2006-09-22[XFRM] IPV6: Restrict bundle reusingMasahide NAKAMURA
2006-09-22[XFRM] STATE: Support non-fragment outbound transformation headers.Masahide NAKAMURA
2006-09-22[XFRM] STATE: Search by address using source address list.Masahide NAKAMURA
2006-09-22[XFRM] STATE: Add source address list.Masahide NAKAMURA
2006-09-22[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA
2006-09-22[NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy
2006-09-22[NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy
2006-09-22[NETFILTER]: replace open coded checksum updatesPatrick McHardy
2006-09-22[NETFILTER]: ctnetlink: remove impossible events tests for updatesPablo Neira Ayuso
2006-09-22[NETFILTER]: ctnetlink: check for listeners before sending expectation eventsPablo Neira Ayuso
2006-09-22[NETFILTER]: ctnetlink: dump connection markPablo Neira Ayuso
2006-09-22[NETFILTER]: ipt_recent: add module parameter for changing ownership of /proc...Daniel De Graaf
2006-09-22[NETFILTER]: x_tables: replace IPv4 DSCP target by address family independent...Yasuyuki Kozakai
2006-09-22[NETFILTER]: x_tables: replace IPv4 dscp match by address family independent ...Yasuyuki Kozakai
2006-09-22[IPv4]: Convert route get to new netlink apiThomas Graf
2006-09-22[IPv4]: Convert FIB dumping to use new netlink apiThomas Graf
2006-09-22[IPv4]: FIB configuration using struct fib_configThomas Graf
2006-09-22[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley
2006-09-22[IPv4] route: Convert route notifications to use rtnl_notify()Thomas Graf
2006-09-22[IPv4] address: Convert address notification to use rtnl_notify()Thomas Graf
2006-09-22[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf
2006-09-22[IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBsMartin Bligh
2006-09-22[IPV4]: Increase number of possible routing tables to 2^32Patrick McHardy
2006-09-22[NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy
2006-09-22[NET]: Use u32 for routing table IDsPatrick McHardy
2006-09-22[NET]: Remove unnecessary config.h includes from net/Dave Jones
2006-09-22[IPV4]: Use network-order dport for all visible inet_lookup_*Herbert Xu
2006-09-22[IPV4] fib: convert reader/writer to spinlockStephen Hemminger
2006-09-22[IPV4]: Uninline inet_lookup_listenerHerbert Xu
2006-09-22[INET]: Remove is_setbyuser patchLouis Nyffenegger
2006-09-22[IPV4]: Kill fib4_rules_clean().David S. Miller
2006-09-22[NET]: Make code static.Adrian Bunk