summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2008-06-17rose: improving AX25 routing frames via ROSE networkBernard Pidoux1-1/+1
2008-06-17netfilter: 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-16wext: Emit event stream entries correctly when compat.David S. Miller1-101/+48
2008-06-16wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed.David S. Miller1-1/+1
2008-06-16wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.cDavid S. Miller1-0/+7
2008-06-16netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov4-4/+28
2008-06-16inet6: add struct net argument to inet6_ehashfnPavel Emelyanov1-2/+5
2008-06-16inet: add struct net argument to inet_ehashfnPavel Emelyanov1-2/+4
2008-06-16inet: add struct net argument to inet_lhashfnPavel Emelyanov1-2/+2
2008-06-16inet: add struct net argument to inet_bhashfnPavel Emelyanov1-1/+2
2008-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller1-1/+7
2008-06-14net: 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-13Merge 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-12tcp: Revert 'process defer accept as established' changes.David S. Miller2-3/+2
2008-06-11Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroo...David S. Miller3-4/+21
2008-06-11net: remove CVS keywordsAdrian Bunk5-12/+0
2008-06-12tcp md5sig: Let the caller pass appropriate key for tcp_v{4,6}_do_calc_md5_ha...YOSHIFUJI Hideaki1-0/+10
2008-06-12tcp md5sig: Share most of hash calcucaltion bits between IPv4 and IPv6.YOSHIFUJI Hideaki1-0/+7
2008-06-12tcp md5sig: Remove redundant protocol argument.YOSHIFUJI Hideaki1-2/+0
2008-06-12tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6.YOSHIFUJI Hideaki1-0/+2
2008-06-12ipv6 netns: Address labels per namespaceBenjamin Thery1-1/+2
2008-06-12ipv6 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
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller6-17/+50
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2-171/+183
2008-06-09netfilter: nf_conntrack: remove unnecessary function declarationRami Rosen1-2/+0
2008-06-09netfilter: nf_conntrack: properly account terminating packetsFabian Hugelshofer1-1/+18
2008-06-09netfilter: nf_conntrack: add nf_ct_kill()Patrick McHardy1-0/+2
2008-06-09netfilter: ip6_tables: add ip6tables security tableJames Morris1-0/+1
2008-06-09netfilter: ip_tables: add iptables security table for mandatory access contro...James Morris1-0/+1
2008-06-04sctp: Fix ECN markings for IPv6Vlad Yasevich1-0/+1
2008-06-04sctp: Start T3-RTX timer when fast retransmitting lowest TSNVlad Yasevich1-1/+4
2008-06-04sctp: Correctly implement Fast Recovery cwnd manipulations.Vlad Yasevich1-1/+7
2008-06-04Merge branch 'net-2.6-misc-20080605a' of git://git.linux-ipv6.org/gitroot/yos...David S. Miller4-2/+27
2008-06-05[IPV6]: inet_sk(sk)->cork.opt leakDenis V. Lunev1-0/+1
2008-06-05[IPV6] NETNS: Handle ancillary data in appropriate namespace.YOSHIFUJI Hideaki1-1/+2
2008-06-05[IPV6] ADDRCONF: Allow longer lifetime on 64bit archs.YOSHIFUJI Hideaki1-0/+22
2008-06-05[SCTP]: Fix NULL dereference of asoc.YOSHIFUJI Hideaki1-1/+2
2008-06-03netlink: Improve returned error codesThomas Graf2-13/+11
2008-06-03mac80211: allow disable FAT in specific configurationsEmmanuel Grumbach1-0/+6
2008-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-7/+33
2008-05-22netlink: Fix nla_parse_nested_compat() to call nla_parse() directlyThomas Graf1-5/+6
2008-05-21mac80211: use multi-queue master netdeviceJohannes Berg1-1/+19
2008-05-21mac80211: dont allow fragmentation and requeuing on A-MPDU queuesJohannes Berg1-2/+4