index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
[NETFILTER]: netbios conntrack: fix compile
Patrick McHardy
2006-09-22
1
-0
/
+1
[next]