Age | Commit message (Expand) | Author | Files | Lines |
2008-11-26 | netns xfrm: pass netns with KM notifications | Alexey Dobriyan | 1 | -0/+1 |
2008-11-26 | netns xfrm: per-netns NETLINK_XFRM socket | Alexey Dobriyan | 2 | -3/+6 |
2008-11-26 | netns xfrm: dst garbage-collecting in netns | Alexey Dobriyan | 1 | -1/+1 |
2008-11-26 | netns xfrm: xfrm_route_forward() in netns | Alexey Dobriyan | 1 | -1/+3 |
2008-11-26 | netns xfrm: xfrm_policy_check in netns | Alexey Dobriyan | 1 | -1/+2 |
2008-11-26 | netns xfrm: lookup in netns | Alexey Dobriyan | 2 | -12/+13 |
2008-11-26 | netns xfrm: policy walking in netns | Alexey Dobriyan | 1 | -1/+1 |
2008-11-26 | netns xfrm: finding policy in netns | Alexey Dobriyan | 1 | -2/+2 |
2008-11-26 | netns xfrm: policy flushing in netns | Alexey Dobriyan | 1 | -1/+1 |
2008-11-26 | netns xfrm: state walking in netns | Alexey Dobriyan | 1 | -1/+1 |
2008-11-26 | netns xfrm: finding states in netns | Alexey Dobriyan | 1 | -3/+4 |
2008-11-26 | netns xfrm: state lookup in netns | Alexey Dobriyan | 1 | -2/+2 |
2008-11-26 | netns xfrm: state flush in netns | Alexey Dobriyan | 1 | -1/+1 |
2008-11-26 | netns xfrm: per-netns policy hash resizing work | Alexey Dobriyan | 1 | -0/+1 |
2008-11-26 | netns xfrm: per-netns policy counts | Alexey Dobriyan | 2 | -4/+3 |
2008-11-26 | netns xfrm: per-netns xfrm_policy_bydst hash | Alexey Dobriyan | 1 | -0/+6 |
2008-11-26 | netns xfrm: per-netns inexact policies | Alexey Dobriyan | 1 | -0/+2 |
2008-11-26 | netns xfrm: per-netns xfrm_policy_byidx hashmask | Alexey Dobriyan | 1 | -0/+1 |
2008-11-26 | netns xfrm: per-netns xfrm_policy_byidx hash | Alexey Dobriyan | 1 | -0/+1 |
2008-11-26 | netns xfrm: per-netns policy list | Alexey Dobriyan | 1 | -0/+2 |
2008-11-26 | netns xfrm: add struct xfrm_policy::xp_net | Alexey Dobriyan | 1 | -1/+9 |
2008-11-26 | netns xfrm: per-netns km_waitq | Alexey Dobriyan | 2 | -1/+3 |
2008-11-26 | netns xfrm: per-netns state GC work | Alexey Dobriyan | 1 | -0/+1 |
2008-11-26 | netns xfrm: per-netns state GC list | Alexey Dobriyan | 1 | -0/+1 |
2008-11-26 | netns xfrm: per-netns xfrm_hash_work | Alexey Dobriyan | 1 | -0/+2 |
2008-11-26 | netns xfrm: per-netns xfrm_state counts | Alexey Dobriyan | 1 | -0/+1 |
2008-11-26 | netns xfrm: per-netns xfrm_state_hmask | Alexey Dobriyan | 1 | -0/+1 |
2008-11-26 | netns xfrm: per-netns xfrm_state_byspi hash | Alexey Dobriyan | 1 | -0/+1 |
2008-11-26 | netns xfrm: per-netns xfrm_state_bysrc hash | Alexey Dobriyan | 1 | -0/+1 |
2008-11-26 | netns xfrm: per-netns xfrm_state_bydst hash | Alexey Dobriyan | 1 | -0/+9 |
2008-11-26 | netns xfrm: per-netns xfrm_state_all list | Alexey Dobriyan | 1 | -0/+3 |
2008-11-26 | netns xfrm: add struct xfrm_state::xs_net | Alexey Dobriyan | 1 | -1/+9 |
2008-11-26 | netns xfrm: add netns boilerplate | Alexey Dobriyan | 3 | -1/+13 |
2008-11-26 | tcp: tcp_limit_reno_sacked can become static | Ilpo Järvinen | 1 | -2/+0 |
2008-11-25 | DCB: fix kconfig option | Jeff Kirsher | 1 | -2/+2 |
2008-11-25 | netdev: add HAVE_NET_DEVICE_OPS | Stephen Hemminger | 1 | -0/+1 |
2008-11-25 | tcp: add some mibs to track collapsing | Ilpo Järvinen | 1 | -0/+3 |
2008-11-25 | tcp: Try to restore large SKBs while SACK processing | Ilpo Järvinen | 2 | -0/+38 |
2008-11-25 | tcp: move tcp_simple_retransmit to tcp_input | Ilpo Järvinen | 1 | -2/+0 |
2008-11-25 | net: avoid a pair of dst_hold()/dst_release() in ip_append_data() | Eric Dumazet | 1 | -1/+1 |
2008-11-24 | eth: Declare an optimized compare_ether_addr_64bits() function | Eric Dumazet | 1 | -0/+42 |
2008-11-24 | net: Convert TCP/DCCP listening hash tables to use RCU | Eric Dumazet | 1 | -1/+8 |
2008-11-24 | dccp: Set per-connection CCIDs via socket options | Gerrit Renker | 1 | -0/+5 |
2008-11-22 | WAN: syncppp.c is no longer used by any kernel code. Remove it. | Krzysztof Hałasa | 1 | -102/+0 |
2008-11-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 4 | -119/+117 |
2008-11-22 | netdevice hdlc: Convert directly reference of netdev->priv | Wang Chen | 1 | -1/+1 |
2008-11-22 | net: use net_eq() in INET_MATCH and INET_TW_MATCH | Eric Dumazet | 1 | -4/+4 |
2008-11-21 | wireless: missing include in lib80211.h | Rami Rosen | 1 | -1/+1 |
2008-11-21 | mac80211: add explicit padding in struct ieee80211_tx_info | John W. Linville | 1 | -0/+1 |
2008-11-21 | lib80211: consolidate crypt init routines | John W. Linville | 1 | -0/+3 |