index
:
kernel/linux.git
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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-23
[IPV4]: Add support for fwmark masks in routing rules
Patrick McHardy
1
-2
/
+19
2006-09-23
[TCP] tcp_bic: use BUILD_BUG_ON
Alexey Dobriyan
1
-1
/
+1
2006-09-23
[TCP] tcp_lp: use BUILD_BUG_ON
Alexey Dobriyan
1
-1
/
+1
2006-09-23
[IPSEC] esp: Defer output IV initialization to first use.
David S. Miller
1
-2
/
+7
2006-09-23
[XFRM]: Add generation count to xfrm_state and xfrm_dst.
David S. Miller
1
-0
/
+1
2006-09-23
[XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo.
David S. Miller
1
-28
/
+0
2006-09-23
[XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo.
David S. Miller
1
-53
/
+0
2006-09-23
[XFRM] IPV6: Restrict bundle reusing
Masahide NAKAMURA
1
-1
/
+1
2006-09-23
[XFRM] STATE: Support non-fragment outbound transformation headers.
Masahide NAKAMURA
1
-0
/
+1
2006-09-23
[XFRM] STATE: Search by address using source address list.
Masahide NAKAMURA
1
-0
/
+9
2006-09-23
[XFRM] STATE: Add source address list.
Masahide NAKAMURA
1
-0
/
+3
2006-09-23
[XFRM]: Add XFRM_MODE_xxx for future use.
Masahide NAKAMURA
8
-14
/
+14
2006-09-23
[NETFILTER]: x_tables: remove unused size argument to check/destroy functions
Patrick McHardy
21
-44
/
+11
2006-09-23
[NETFILTER]: x_tables: remove unused argument to target functions
Patrick McHardy
20
-46
/
+28
2006-09-23
[NETFILTER]: replace open coded checksum updates
Patrick McHardy
3
-33
/
+20
2006-09-23
[NETFILTER]: ctnetlink: remove impossible events tests for updates
Pablo Neira Ayuso
1
-5
/
+1
2006-09-23
[NETFILTER]: ctnetlink: check for listeners before sending expectation events
Pablo Neira Ayuso
1
-0
/
+3
2006-09-23
[NETFILTER]: ctnetlink: dump connection mark
Pablo Neira Ayuso
1
-0
/
+4
2006-09-23
[NETFILTER]: ipt_recent: add module parameter for changing ownership of /proc...
Daniel De Graaf
1
-0
/
+8
2006-09-23
[NETFILTER]: x_tables: replace IPv4 DSCP target by address family independent...
Yasuyuki Kozakai
3
-108
/
+0
2006-09-23
[NETFILTER]: x_tables: replace IPv4 dscp match by address family independent ...
Yasuyuki Kozakai
3
-66
/
+0
2006-09-23
[IPv4]: Convert route get to new netlink api
Thomas Graf
2
-40
/
+46
2006-09-23
[IPv4]: Convert FIB dumping to use new netlink api
Thomas Graf
6
-80
/
+86
2006-09-23
[IPv4]: FIB configuration using struct fib_config
Thomas Graf
5
-441
/
+489
2006-09-23
[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly
Brian Haley
11
-53
/
+53
2006-09-23
[IPv4] route: Convert route notifications to use rtnl_notify()
Thomas Graf
1
-16
/
+16
2006-09-23
[IPv4] address: Convert address notification to use rtnl_notify()
Thomas Graf
1
-16
/
+37
2006-09-23
[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts
Thomas Graf
2
-7
/
+7
2006-09-23
[IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBs
Martin Bligh
2
-1
/
+17
2006-09-23
[IPV4]: Increase number of possible routing tables to 2^32
Patrick McHardy
4
-62
/
+96
2006-09-23
[NET]: Introduce RTA_TABLE/FRA_TABLE attributes
Patrick McHardy
4
-3
/
+7
2006-09-23
[NET]: Use u32 for routing table IDs
Patrick McHardy
6
-14
/
+14
2006-09-23
[NET]: Remove unnecessary config.h includes from net/
Dave Jones
6
-7
/
+1
2006-09-23
[IPV4]: Use network-order dport for all visible inet_lookup_*
Herbert Xu
2
-14
/
+14
2006-09-23
[IPV4] fib: convert reader/writer to spinlock
Stephen Hemminger
1
-10
/
+10
2006-09-23
[IPV4]: Uninline inet_lookup_listener
Herbert Xu
1
-3
/
+32
2006-09-23
[INET]: Remove is_setbyuser patch
Louis Nyffenegger
1
-1
/
+0
2006-09-23
[IPV4]: Kill fib4_rules_clean().
David S. Miller
1
-5
/
+0
2006-09-23
[NET]: Make code static.
Adrian Bunk
2
-3
/
+3
2006-09-23
[NETFILTER]: Get rid of HW checksum invalidation
Patrick McHardy
10
-109
/
+106
2006-09-23
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
19
-54
/
+53
2006-09-23
[NETFILTER]: netbios conntrack: fix compile
Patrick McHardy
1
-0
/
+1
2006-09-23
[IPv4]: Move interface address bits to linux/if_addr.h
Thomas Graf
2
-0
/
+2
2006-09-23
[IPV4]: Convert address dumping to new netlink api
Thomas Graf
1
-19
/
+23
2006-09-23
[IPV4]: Convert address deletion to new netlink api
Thomas Graf
1
-15
/
+29
2006-09-23
[IPV4]: Convert address addition to new netlink api
Thomas Graf
1
-33
/
+75
2006-09-23
[IPV4]: Use Protocol Independant Policy Routing Rules Framework
Thomas Graf
4
-370
/
+242
2006-09-23
[NetLabel]: CIPSOv4 engine
Paul Moore
3
-0
/
+1643
2006-09-23
[NetLabel]: core network changes
Paul Moore
2
-1
/
+20
2006-09-23
[MLSXFRM]: Auto-labeling of child sockets
Venkat Yekkirala
3
-2
/
+11
[next]