aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet11-68/+121
2010-04-30ipv6: cleanup: remove unneeded null checkDan Carpenter1-2/+1
2010-04-30xfrm: potential uninitialized variable num_xfrmsChangli Gao1-1/+1
2010-04-30net: speedup sock_recv_ts_and_drops()Eric Dumazet1-2/+2
2010-04-28net: ip_queue_rcv_skb() helperEric Dumazet6-4/+21
2010-04-28net: speedup udp receive pathEric Dumazet3-11/+15
2010-04-28Bugfix: Link selection was swapped in switch.Sjur Braendeland1-2/+2
2010-04-28caif: Bugfixes in CAIF netdevice for close and flow controlSjur Braendeland1-57/+73
2010-04-28caif: Rewritten socket implementationSjur Braendeland1-967/+828
2010-04-28caif: Disconnect without waiting for responseSjur Braendeland2-143/+107
2010-04-28caif: Add reference counting to service layerSjur Braendeland4-1/+26
2010-04-28caif: Rename functions in cfcnfg and caif_devSjur Braendeland2-34/+32
2010-04-27bridge: multicast_flood cleanupstephen hemminger1-5/+3
2010-04-27bridge: multicast port group RCU fixstephen hemminger2-3/+3
2010-04-27bridge: multicast floodstephen hemminger1-2/+2
2010-04-27bridge: simplify multicast_add_routerstephen hemminger1-8/+11
2010-04-27Revert "bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()"David S. Miller1-1/+1
2010-04-27bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()David S. Miller1-1/+1
2010-04-27net: disallow to use net_assign_generic externallyJiri Pirko1-46/+45
2010-04-27net: sk_add_backlog() take rmem_alloc into accountEric Dumazet4-4/+16
2010-04-27net: batch skb dequeueing from softnet input_pkt_queueChangli Gao1-18/+39
2010-04-27net: Make RFS socket operations not be inet specific.David S. Miller3-7/+7
2010-04-27net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao1-10/+12
2010-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6David S. Miller6-23/+105
2010-04-27TCP: avoid to send keepalive probes if receiving dataFlavio Leitner2-3/+3
2010-04-27bridge: multicast router list manipulationstephen hemminger1-15/+15
2010-04-27bridge: use is_multicast_ether_addrstephen hemminger1-1/+1
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller9-16/+32
2010-04-27bridge: Fix build of ipv6 multicast code.David S. Miller1-0/+1
2010-04-26bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.YOSHIFUJI Hideaki / 吉藤英明1-6/+3
2010-04-26bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.YOSHIFUJI Hideaki / 吉藤英明1-3/+3
2010-04-26ieee802154: Fix oops during ieee802154_sock_ioctlStefan Schmidt1-0/+3
2010-04-26net: use sk_sleep()Eric Dumazet2-18/+18
2010-04-26phonet: use phonet_pernet instead of directly net_genericJiri Pirko1-8/+15
2010-04-26net: ipmr: add support for dumping routing tables over netlinkPatrick McHardy1-7/+89
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy5-11/+11
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy5-5/+5
2010-04-25ipv6: Fix inet6_csk_bind_conflict()Eric Dumazet1-1/+1
2010-04-25netns: rename unregister_pernet_subsys parameterJiri Pirko1-2/+2
2010-04-24rps: optimize rps_get_cpu()Changli Gao1-13/+11
2010-04-23Merge branch 'net-next-2.6_20100423a/br/br_multicast_v3' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-nextDavid S. Miller4-156/+619
2010-04-23IPv6: Complete IPV6_DONTFRAG supportBrian Haley5-8/+112
2010-04-23IPv6: Add dontfrag argument to relevant functionsBrian Haley7-10/+42
2010-04-23IPv6: data structure changes for new socket optionsBrian Haley1-0/+46
2010-04-23l2tp_eth: fix memory allocationJiri Pirko1-28/+1
2010-04-23l2tp: fix memory allocationJiri Pirko1-28/+1
2010-04-23Merge branch 'master' into for-davemJohn W. Linville9-15/+68
2010-04-23bridge br_multicast: IPv6 MLD support.YOSHIFUJI Hideaki3-4/+429
2010-04-23bridge br_multicast: Make functions less ipv4 dependent.YOSHIFUJI Hideaki2-58/+151
2010-04-23ipv6 mcast: Introduce include/net/mld.h for MLD definitions.YOSHIFUJI Hideaki1-95/+40