summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-05-03unix/garbage: kill copy of the skb queue walkerIlpo Järvinen1-11/+2
2010-05-02net: fix softnet_statChangli Gao2-15/+13
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller9-54/+134
2010-05-02net: Inline skb_pull() in eth_type_trans().David S. Miller2-2/+2
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-28sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman1-5/+57
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-28sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich3-16/+33
2010-04-28sctp: fix to calc the INIT/INIT-ACK chunk length correctly is setWei Yongjun1-7/+10
2010-04-28sctp: per_cpu variables should be in bh_disabled sectionVlad Yasevich1-2/+2
2010-04-28sctp: fix potential reference of a freed pointerVlad Yasevich1-2/+4
2010-04-28sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun2-0/+11
2010-04-28Revert "tcp: bind() fix when many ports are bound"David S. Miller2-21/+10
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-27bluetooth: handle l2cap_create_connless_pdu() errorsDan Carpenter1-1/+4
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/...David 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/ne...David 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