aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-10/+3
2009-10-13x25: bit and/or confusion in x25_ioctl()?roel kluin1-1/+1
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet7-19/+19
2009-10-13ipv6: fix devconf after adding force_tllao optionCosmin Ratiu1-0/+1
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo2-45/+213
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman17-19/+48
2009-10-12Revert "af_packet: add interframe drop cmsg (v6)"David S. Miller1-33/+0
2009-10-11ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0.YOSHIFUJI Hideaki / 吉藤英明1-3/+6
2009-10-11ipv6 sit: Fix 6rd relay address.YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2009-10-11ipv6 sit: Ensure to initialize 6rd parameters.YOSHIFUJI Hideaki / 吉藤英明1-4/+6
2009-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller7-13/+27
2009-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller17-1129/+1140
2009-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller5-6/+16
2009-10-08cfg80211: fix netns error unwinding bugJohannes Berg1-1/+2
2009-10-08netlink: fix typo in initializationJiri Pirko1-1/+1
2009-10-07bridge: Allow enable/disable UFO on bridge device via ethtoolSridhar Samudrala1-0/+1
2009-10-07net: Make UFO on master device independent of attached devicesSridhar Samudrala1-1/+1
2009-10-07udp: dynamically size hash tables at boot timeEric Dumazet3-30/+71
2009-10-07IPv6: Fix 6RD typoAlexandre Cassen1-1/+1
2009-10-07ipv4: Define cipso_v4_delopt staticHagen Paul Pfeifer1-1/+1
2009-10-07econet: Fix redeclaration of symbol lenHagen Paul Pfeifer1-4/+4
2009-10-07IPv6: use ipv6_addr_set_v4mapped()Brian Haley5-34/+21
2009-10-07IPv6: use ipv6_addr_copy() in ip6_route_redirect()Brian Haley1-1/+2
2009-10-07net: Add sk_mark route lookup support for IPv4 listening socketsAtis Elsts2-1/+3
2009-10-07dccp ccid-3: Remove CCID naming redundancy 2/2Gerrit Renker2-192/+191
2009-10-07dccp ccid-2: Remove CCID naming redundancy 1/2Gerrit Renker1-161/+161
2009-10-07dccp ccid-3: Overhaul CCID naming convention 2/2Gerrit Renker3-238/+213
2009-10-07dccp ccid-2: Overhaul CCID naming convention 1/2Gerrit Renker2-161/+158
2009-10-07net/wireless/ethtool.h: drop unnecessary include of linux/ethtool.hJohn W. Linville1-2/+0
2009-10-07mac80211: support ETHTOOL_GPERMADDRJohn W. Linville1-1/+4
2009-10-07cfg80211: add firmware and hardware version to wiphyKalle Valo1-1/+22
2009-10-07wireless: implement basic ethtool support for cfg80211 devicesJohn W. Linville4-1/+36
2009-10-07wext: refactorJohannes Berg14-1127/+1079
2009-10-07nl80211: report age of scan resultsHolger Schurig1-0/+2
2009-10-07mac80211: use kfree_skb() to free struct sk_buff pointersRoel Kluin1-2/+2
2009-10-07mac80211: fix vlan and optimise RXJohannes Berg3-3/+12
2009-10-07ipv4: arp_notify address list bugStephen Hemminger1-6/+10
2009-10-07net: mark net_proto_ops as constStephen Hemminger32-33/+33
2009-10-07make TLLAO option for NA packets configurableOctavian Purdila2-0/+9
2009-10-07Use sk_mark for IPv6 routing lookupsBrian Haley7-0/+11
2009-10-07ethtool: Add reset operationBen Hutchings1-0/+23
2009-10-07pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet7-7/+14
2009-10-07Use sk_mark for routing lookup in more placesEric Dumazet1-0/+3
2009-10-07ipv6 sit: 6rd (IPv6 Rapid Deployment) Support.YOSHIFUJI Hideaki / 吉藤英明2-8/+135
2009-10-07add vif using local interface index instead of IPIlia K1-1/+11
2009-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-4/+4
2009-10-06net: speedup sk_wake_async()Eric Dumazet1-0/+3
2009-10-05wext: let get_wireless_stats() sleepJohannes Berg1-2/+2
2009-10-05net: export device speed and duplex via sysfsAndy Gospodarek1-0/+40
2009-10-05cfg80211: assign device type in netdev notifier callbackMarcel Holtmann2-5/+7