summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sk_add_backlog() take rmem_alloc into accountEric Dumazet2010-04-274-4/+16
* net: batch skb dequeueing from softnet input_pkt_queueChangli Gao2010-04-271-18/+39
* net: Make RFS socket operations not be inet specific.David S. Miller2010-04-273-7/+7
* net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao2010-04-271-10/+12
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-04-276-23/+105
|\
| * net: ipmr: add support for dumping routing tables over netlinkPatrick McHardy2010-04-261-7/+89
| * net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy2010-04-265-11/+11
| * net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy2010-04-265-5/+5
* | TCP: avoid to send keepalive probes if receiving dataFlavio Leitner2010-04-272-3/+3
* | bridge: multicast router list manipulationstephen hemminger2010-04-271-15/+15
* | bridge: use is_multicast_ether_addrstephen hemminger2010-04-271-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-279-16/+32
|\ \
| * | bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.YOSHIFUJI Hideaki / 吉藤英明2010-04-261-3/+3
| * | ieee802154: Fix oops during ieee802154_sock_ioctlStefan Schmidt2010-04-261-0/+3
| * | ipv6: Fix inet6_csk_bind_conflict()Eric Dumazet2010-04-251-1/+1
| * | tcp: bind() fix when many ports are boundEric Dumazet2010-04-222-10/+21
| * | rdma: potential ERR_PTR dereferenceDan Carpenter2010-04-221-1/+1
| * | rtnetlink: potential ERR_PTR dereferenceDan Carpenter2010-04-221-2/+3
| * | net: ipv6 bind to device issueJiri Olsa2010-04-211-1/+1
| * | ipv6: allow to send packet after receiving ICMPv6 Too Big message with MTU fi...Shan Wei2010-04-211-1/+1
| * | X25 fix dead unaccepted socketsandrew hendry2010-04-211-0/+1
| * | xfrm6: ensure to use the same dev when building a bundleNicolas Dichtel2010-04-211-1/+1
* | | bridge: Fix build of ipv6 multicast code.David S. Miller2010-04-271-0/+1
* | | bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.YOSHIFUJI Hideaki / 吉藤英明2010-04-261-6/+3
* | | net: use sk_sleep()Eric Dumazet2010-04-262-18/+18
* | | phonet: use phonet_pernet instead of directly net_genericJiri Pirko2010-04-261-8/+15
* | | netns: rename unregister_pernet_subsys parameterJiri Pirko2010-04-251-2/+2
| |/ |/|
* | rps: optimize rps_get_cpu()Changli Gao2010-04-241-13/+11
* | Merge branch 'net-next-2.6_20100423a/br/br_multicast_v3' of git://git.linux-i...David S. Miller2010-04-234-156/+619
|\ \
| * | bridge br_multicast: IPv6 MLD support.YOSHIFUJI Hideaki2010-04-233-4/+429
| * | bridge br_multicast: Make functions less ipv4 dependent.YOSHIFUJI Hideaki2010-04-232-58/+151
| * | ipv6 mcast: Introduce include/net/mld.h for MLD definitions.YOSHIFUJI Hideaki2010-04-231-95/+40
* | | IPv6: Complete IPV6_DONTFRAG supportBrian Haley2010-04-235-8/+112
* | | IPv6: Add dontfrag argument to relevant functionsBrian Haley2010-04-237-10/+42
* | | IPv6: data structure changes for new socket optionsBrian Haley2010-04-231-0/+46
* | | l2tp_eth: fix memory allocationJiri Pirko2010-04-231-28/+1
* | | l2tp: fix memory allocationJiri Pirko2010-04-231-28/+1
* | | Merge branch 'master' into for-davemJohn W. Linville2010-04-239-15/+68
|\ \ \ | |/ / |/| |
| * | mac80211: Fix ieee80211_sta_conn_mon_timer with hw connection monitoringJuuso Oikarinen2010-04-201-0/+5
| * | mac80211: sample survey implementation for mac80211 & hwsimHolger Schurig2010-04-202-0/+21
| * | ath9k: Group Key fix for VAPsDaniel Yingqiang Ma2010-04-201-0/+1
| * | mac80211: add missing newlineJohannes Berg2010-04-191-1/+1
| * | mac80211: Prevent running sta_cleanup timer unnecessarilyJuuso Oikarinen2010-04-192-3/+17
| * | mac80211: fix stopping RX BA session from timerJohannes Berg2010-04-191-5/+13
| * | cfg80211: Avoid sending IWEVASSOCREQIE and IWEVASSOCRESPIE events with NULL e...Nishant Sarmukadam2010-04-161-6/+10
* | | X25: Add if_x25.h and x25 to device identifiersAndrew Hendry2010-04-221-16/+20
* | | net: Socket filter ancilliary data access for skb->dev->typePaul LeoNerd Evans2010-04-221-0/+7
* | | tcp: fix outsegs stat for TSO segmentsTom Herbert2010-04-221-2/+3
* | | IPv6: Generic TTL Security Mechanism (final version)Stephen Hemminger2010-04-222-1/+25
* | | net: Orphan and de-dst skbs earlier in xmit path.David S. Miller2010-04-221-7/+8
OpenPOWER on IntegriCloud