summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-11-26netns xfrm: state flush in netnsAlexey Dobriyan1-1/+1
2008-11-26netns xfrm: per-netns policy hash resizing workAlexey Dobriyan1-0/+1
2008-11-26netns xfrm: per-netns policy countsAlexey Dobriyan2-4/+3
2008-11-26netns xfrm: per-netns xfrm_policy_bydst hashAlexey Dobriyan1-0/+6
2008-11-26netns xfrm: per-netns inexact policiesAlexey Dobriyan1-0/+2
2008-11-26netns xfrm: per-netns xfrm_policy_byidx hashmaskAlexey Dobriyan1-0/+1
2008-11-26netns xfrm: per-netns xfrm_policy_byidx hashAlexey Dobriyan1-0/+1
2008-11-26netns xfrm: per-netns policy listAlexey Dobriyan1-0/+2
2008-11-26netns xfrm: add struct xfrm_policy::xp_netAlexey Dobriyan1-1/+9
2008-11-26netns xfrm: per-netns km_waitqAlexey Dobriyan2-1/+3
2008-11-26netns xfrm: per-netns state GC workAlexey Dobriyan1-0/+1
2008-11-26netns xfrm: per-netns state GC listAlexey Dobriyan1-0/+1
2008-11-26netns xfrm: per-netns xfrm_hash_workAlexey Dobriyan1-0/+2
2008-11-26netns xfrm: per-netns xfrm_state countsAlexey Dobriyan1-0/+1
2008-11-26netns xfrm: per-netns xfrm_state_hmaskAlexey Dobriyan1-0/+1
2008-11-26netns xfrm: per-netns xfrm_state_byspi hashAlexey Dobriyan1-0/+1
2008-11-26netns xfrm: per-netns xfrm_state_bysrc hashAlexey Dobriyan1-0/+1
2008-11-26netns xfrm: per-netns xfrm_state_bydst hashAlexey Dobriyan1-0/+9
2008-11-26netns xfrm: per-netns xfrm_state_all listAlexey Dobriyan1-0/+3
2008-11-26netns xfrm: add struct xfrm_state::xs_netAlexey Dobriyan1-1/+9
2008-11-26netns xfrm: add netns boilerplateAlexey Dobriyan3-1/+13
2008-11-26tcp: tcp_limit_reno_sacked can become staticIlpo Järvinen1-2/+0
2008-11-25DCB: fix kconfig optionJeff Kirsher1-2/+2
2008-11-25netdev: add HAVE_NET_DEVICE_OPSStephen Hemminger1-0/+1
2008-11-25tcp: add some mibs to track collapsingIlpo Järvinen1-0/+3
2008-11-25tcp: Try to restore large SKBs while SACK processingIlpo Järvinen2-0/+38
2008-11-25tcp: move tcp_simple_retransmit to tcp_inputIlpo Järvinen1-2/+0
2008-11-25net: avoid a pair of dst_hold()/dst_release() in ip_append_data()Eric Dumazet1-1/+1
2008-11-24eth: Declare an optimized compare_ether_addr_64bits() functionEric Dumazet1-0/+42
2008-11-24net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet1-1/+8
2008-11-24dccp: Set per-connection CCIDs via socket optionsGerrit Renker1-0/+5
2008-11-22WAN: syncppp.c is no longer used by any kernel code. Remove it.Krzysztof Hałasa1-102/+0
2008-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-119/+117
2008-11-22netdevice hdlc: Convert directly reference of netdev->privWang Chen1-1/+1
2008-11-22net: use net_eq() in INET_MATCH and INET_TW_MATCHEric Dumazet1-4/+4
2008-11-21wireless: missing include in lib80211.hRami Rosen1-1/+1
2008-11-21mac80211: add explicit padding in struct ieee80211_tx_infoJohn W. Linville1-0/+1
2008-11-21lib80211: consolidate crypt init routinesJohn W. Linville1-0/+3
2008-11-21lib80211: absorb crypto bits from net/ieee80211John W. Linville3-115/+111
2008-11-21mac80211: remove more excess kernel-docRandy Dunlap1-2/+0
2008-11-21mac80211: fix BUILD_BUG_ON() caused by misalignment on armFelix Fietkau1-1/+1
2008-11-21DCB: Add support for DCB BCNAlexander Duyck2-1/+47
2008-11-21DCB: Add interface to query the state of PFC feature.Alexander Duyck2-0/+4
2008-11-21DCB: Add interface to query # of TCs supported by deviceAlexander Duyck2-0/+29
2008-11-21DCB: Add interface to query for the DCB capabilities of an device.Alexander Duyck2-0/+38
2008-11-21ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck4-0/+287
2008-11-21net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet1-7/+7
2008-11-21hippi: convert driver to net_device_opsStephen Hemminger1-1/+3
2008-11-21fddi: convert to new network device opsStephen Hemminger1-0/+1
2008-11-21netdev: add more functions to netdevice opsStephen Hemminger1-13/+26