summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2008-07-06net: Add STP demux layerPatrick McHardy1-0/+14
2008-07-06MIB: add struct net to UDP6_INC_STATS_BHPavel Emelyanov1-2/+2
2008-07-06MIB: add struct net to UDP6_INC_STATS_USERPavel Emelyanov1-1/+1
2008-07-06MIB: add struct net to UDP_INC_STATS_BHPavel Emelyanov1-3/+3
2008-07-06MIB: add struct net to UDP_INC_STATS_USERPavel Emelyanov1-1/+1
2008-07-06netns: place rt_genid into struct netDenis V. Lunev1-0/+1
2008-07-06netns: make rt_secret_rebuild timer per namespaceDenis V. Lunev1-0/+2
2008-07-06netns: register net.ipv4.route.flush in each namespaceDenis V. Lunev1-0/+1
2008-07-06net: add fib_rules_ops to flush_cache methodDenis V. Lunev1-1/+1
2008-07-06netns: add namespace parameter to rt_cache_flushDenis V. Lunev1-1/+1
2008-06-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller3-105/+67
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-0/+17
2008-06-27mac80211: Add RTNL warning for workqueueIvo van Doorn1-2/+5
2008-06-27mac80211: Let drivers have access to TKIP key offets for TX and RX MICLuis R. Rodriguez1-1/+6
2008-06-25Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/wireless-2.6John W. Linville2-102/+56
2008-06-21netns: Don't receive new packets in a dead network namespace.Eric W. Biederman1-0/+11
2008-06-20ipv6: Drop packets for loopback address from outside of the box.YOSHIFUJI Hideaki1-0/+6
2008-06-20sctp: Follow security requirement of responding with 1 packetVlad Yasevich1-1/+1
2008-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2008-06-18net: Add sk_set_socket() helper.David S. Miller1-2/+7
2008-06-18udp: sk_drops handlingEric Dumazet1-1/+1
2008-06-18rose: improving AX25 routing frames via ROSE networkBernard Pidoux1-1/+1
2008-06-18netfilter: nf_nat: fix RCU racesPatrick McHardy1-0/+1
2008-06-17net: Kill SOCK_SLEEP_PRE and SOCK_SLEEP_POST, no users.David S. Miller1-24/+0
2008-06-17sctp: Kill SCTP_SOCK_SLEEP_{PRE,POST}, unused.David S. Miller1-2/+0
2008-06-17wext: Emit event stream entries correctly when compat.David S. Miller1-101/+48
2008-06-17wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed.David S. Miller1-1/+1
2008-06-17wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.cDavid S. Miller1-0/+7
2008-06-17netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov4-4/+28
2008-06-17inet6: add struct net argument to inet6_ehashfnPavel Emelyanov1-2/+5
2008-06-17inet: add struct net argument to inet_ehashfnPavel Emelyanov1-2/+4
2008-06-17inet: add struct net argument to inet_lhashfnPavel Emelyanov1-2/+2
2008-06-17inet: add struct net argument to inet_bhashfnPavel Emelyanov1-1/+2
2008-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller1-1/+7
2008-06-15net: change proto destroy method to return voidBrian Haley3-3/+3
2008-06-14mac80211: add utility function to get header lengthHarvey Harrison1-0/+6
2008-06-14mac80211: make ieee80211_get_hdrlen_from_skb return unsignedHarvey Harrison1-1/+1
2008-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-4/+12
2008-06-13udp: reorder udp_iter_state to remove padding on 64bit buildsRichard Kennedy1-1/+1
2008-06-13tcp: Revert 'process defer accept as established' changes.David S. Miller2-3/+2
2008-06-12Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroo...David S. Miller3-4/+21
2008-06-12net: remove CVS keywordsAdrian Bunk5-12/+0
2008-06-11tcp md5sig: Let the caller pass appropriate key for tcp_v{4,6}_do_calc_md5_ha...YOSHIFUJI Hideaki1-0/+10
2008-06-11tcp md5sig: Share most of hash calcucaltion bits between IPv4 and IPv6.YOSHIFUJI Hideaki1-0/+7
2008-06-11tcp md5sig: Remove redundant protocol argument.YOSHIFUJI Hideaki1-2/+0
2008-06-11tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6.YOSHIFUJI Hideaki1-0/+2
2008-06-11ipv6 netns: Address labels per namespaceBenjamin Thery1-1/+2
2008-06-11ipv6 addrconf: Remove IFA_GLOBAL definition from include/net/if_inet6.h.Rami Rosen1-1/+0
2008-06-10inet{6}_request_sock: Init ->opt and ->pktopts in the constructorArnaldo Carvalho de Melo1-0/+10
2008-06-10ipv4: Remove unused declaration from include/net/tcp.h.Rami Rosen1-1/+0