summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-28bridge: multicast_flood cleanupstephen hemminger1-5/+3
2010-04-28bridge: multicast port group RCU fixstephen hemminger2-3/+3
2010-04-28bridge: multicast floodstephen hemminger1-2/+2
2010-04-28bridge: simplify multicast_add_routerstephen hemminger1-8/+11
2010-04-28bluetooth: handle l2cap_create_connless_pdu() errorsDan Carpenter1-1/+4
2010-04-28Revert "bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()"David S. Miller1-1/+1
2010-04-28bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()David S. Miller1-1/+1
2010-04-28net: disallow to use net_assign_generic externallyJiri Pirko1-46/+45
2010-04-28net: sk_add_backlog() take rmem_alloc into accountEric Dumazet4-4/+16
2010-04-28net: batch skb dequeueing from softnet input_pkt_queueChangli Gao1-18/+39
2010-04-28net: Make RFS socket operations not be inet specific.David S. Miller3-7/+7
2010-04-28net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao1-10/+12
2010-04-28mac80211: fix rts threshold checkShanyu Zhao1-2/+3
2010-04-28mac80211: give virtual interface to hw_scanJohannes Berg3-7/+11
2010-04-28cfg80211: Remove default dynamic PS timeout valueJuuso Oikarinen1-1/+2
2010-04-28mac80211: Determine dynamic PS timeout based on ps-qos network latencyJuuso Oikarinen3-2/+25
2010-04-28mac80211: implement ap isolation supportFelix Fietkau1-0/+7
2010-04-28cfg80211: add ap isolation supportFelix Fietkau1-0/+4
2010-04-28mac80211: fix handling of 4-address-mode in ieee80211_change_ifaceFelix Fietkau1-4/+3
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-26mac80211: Fix sta->last_tx_rate setting with no-op rate control devicesJuuso Oikarinen1-0/+7
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-26ipv6: Fix inet6_csk_bind_conflict()Eric Dumazet1-1/+1
2010-04-25netns: rename unregister_pernet_subsys parameterJiri Pirko1-2/+2
2010-04-25rps: optimize rps_get_cpu()Changli Gao1-13/+11
2010-04-24Merge branch 'net-next-2.6_20100423a/br/br_multicast_v3' of git://git.linux-i...David S. Miller4-156/+619
2010-04-24IPv6: Complete IPV6_DONTFRAG supportBrian Haley5-8/+112
2010-04-24IPv6: Add dontfrag argument to relevant functionsBrian Haley7-10/+42
2010-04-24IPv6: data structure changes for new socket optionsBrian Haley1-0/+46
2010-04-24l2tp_eth: fix memory allocationJiri Pirko1-28/+1