index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TCP]: Fix rcv mss estimate for LRO
Herbert Xu
2006-09-22
1
-1
/
+1
*
[NETFILTER] bridge: simplify nf_bridge_pad
Stephen Hemminger
2006-09-22
1
-8
/
+7
*
[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validation
Thomas Graf
2006-09-22
3
-3
/
+3
*
[UDP]: saddr_cmp function should take const socket pointers
David S. Miller
2006-09-22
1
-2
/
+2
*
[UDP]: Mark udp_port_rover static.
David S. Miller
2006-09-22
1
-2
/
+1
*
[UDP]: Unify UDPv4 and UDPv6 ->get_port()
Gerrit Renker
2006-09-22
1
-36
/
+60
*
[NET]: Use SLAB_PANIC
Alexey Dobriyan
2006-09-22
4
-18
/
+6
*
[NET]: Use BUILD_BUG_ON() for checking size of skb->cb.
YOSHIFUJI Hideaki
2006-09-22
1
-4
/
+1
*
[TCP] Congestion control (modulo lp, bic): use BUILD_BUG_ON
Alexey Dobriyan
2006-09-22
7
-7
/
+7
*
[IPV4]: Add support for fwmark masks in routing rules
Patrick McHardy
2006-09-22
1
-2
/
+19
*
[TCP] tcp_bic: use BUILD_BUG_ON
Alexey Dobriyan
2006-09-22
1
-1
/
+1
*
[TCP] tcp_lp: use BUILD_BUG_ON
Alexey Dobriyan
2006-09-22
1
-1
/
+1
*
[IPSEC] esp: Defer output IV initialization to first use.
David S. Miller
2006-09-22
1
-2
/
+7
*
[XFRM]: Add generation count to xfrm_state and xfrm_dst.
David S. Miller
2006-09-22
1
-0
/
+1
*
[XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo.
David S. Miller
2006-09-22
1
-28
/
+0
*
[XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo.
David S. Miller
2006-09-22
1
-53
/
+0
*
[XFRM] IPV6: Restrict bundle reusing
Masahide NAKAMURA
2006-09-22
1
-1
/
+1
*
[XFRM] STATE: Support non-fragment outbound transformation headers.
Masahide NAKAMURA
2006-09-22
1
-0
/
+1
*
[XFRM] STATE: Search by address using source address list.
Masahide NAKAMURA
2006-09-22
1
-0
/
+9
*
[XFRM] STATE: Add source address list.
Masahide NAKAMURA
2006-09-22
1
-0
/
+3
*
[XFRM]: Add XFRM_MODE_xxx for future use.
Masahide NAKAMURA
2006-09-22
8
-14
/
+14
*
[NETFILTER]: x_tables: remove unused size argument to check/destroy functions
Patrick McHardy
2006-09-22
21
-44
/
+11
*
[NETFILTER]: x_tables: remove unused argument to target functions
Patrick McHardy
2006-09-22
20
-46
/
+28
*
[NETFILTER]: replace open coded checksum updates
Patrick McHardy
2006-09-22
3
-33
/
+20
*
[NETFILTER]: ctnetlink: remove impossible events tests for updates
Pablo Neira Ayuso
2006-09-22
1
-5
/
+1
*
[NETFILTER]: ctnetlink: check for listeners before sending expectation events
Pablo Neira Ayuso
2006-09-22
1
-0
/
+3
*
[NETFILTER]: ctnetlink: dump connection mark
Pablo Neira Ayuso
2006-09-22
1
-0
/
+4
*
[NETFILTER]: ipt_recent: add module parameter for changing ownership of /proc...
Daniel De Graaf
2006-09-22
1
-0
/
+8
*
[NETFILTER]: x_tables: replace IPv4 DSCP target by address family independent...
Yasuyuki Kozakai
2006-09-22
3
-108
/
+0
*
[NETFILTER]: x_tables: replace IPv4 dscp match by address family independent ...
Yasuyuki Kozakai
2006-09-22
3
-66
/
+0
*
[IPv4]: Convert route get to new netlink api
Thomas Graf
2006-09-22
2
-40
/
+46
*
[IPv4]: Convert FIB dumping to use new netlink api
Thomas Graf
2006-09-22
6
-80
/
+86
*
[IPv4]: FIB configuration using struct fib_config
Thomas Graf
2006-09-22
5
-441
/
+489
*
[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly
Brian Haley
2006-09-22
11
-53
/
+53
*
[IPv4] route: Convert route notifications to use rtnl_notify()
Thomas Graf
2006-09-22
1
-16
/
+16
*
[IPv4] address: Convert address notification to use rtnl_notify()
Thomas Graf
2006-09-22
1
-16
/
+37
*
[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts
Thomas Graf
2006-09-22
2
-7
/
+7
*
[IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBs
Martin Bligh
2006-09-22
2
-1
/
+17
*
[IPV4]: Increase number of possible routing tables to 2^32
Patrick McHardy
2006-09-22
4
-62
/
+96
*
[NET]: Introduce RTA_TABLE/FRA_TABLE attributes
Patrick McHardy
2006-09-22
4
-3
/
+7
*
[NET]: Use u32 for routing table IDs
Patrick McHardy
2006-09-22
6
-14
/
+14
*
[NET]: Remove unnecessary config.h includes from net/
Dave Jones
2006-09-22
6
-7
/
+1
*
[IPV4]: Use network-order dport for all visible inet_lookup_*
Herbert Xu
2006-09-22
2
-14
/
+14
*
[IPV4] fib: convert reader/writer to spinlock
Stephen Hemminger
2006-09-22
1
-10
/
+10
*
[IPV4]: Uninline inet_lookup_listener
Herbert Xu
2006-09-22
1
-3
/
+32
*
[INET]: Remove is_setbyuser patch
Louis Nyffenegger
2006-09-22
1
-1
/
+0
*
[IPV4]: Kill fib4_rules_clean().
David S. Miller
2006-09-22
1
-5
/
+0
*
[NET]: Make code static.
Adrian Bunk
2006-09-22
2
-3
/
+3
*
[NETFILTER]: Get rid of HW checksum invalidation
Patrick McHardy
2006-09-22
10
-109
/
+106
*
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
2006-09-22
19
-54
/
+53
[next]