summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2010-04-28mac80211: do not wip out old supported ratesStanislaw Gruszka
2010-04-28Bugfix: Link selection was swapped in switch.Sjur Braendeland
2010-04-28caif: Bugfixes in CAIF netdevice for close and flow controlSjur Braendeland
2010-04-28caif: Rewritten socket implementationSjur Braendeland
2010-04-28caif: Disconnect without waiting for responseSjur Braendeland
2010-04-28caif: Add reference counting to service layerSjur Braendeland
2010-04-28caif: Rename functions in cfcnfg and caif_devSjur Braendeland
2010-04-28sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich
2010-04-28sctp: fix to calc the INIT/INIT-ACK chunk length correctly is setWei Yongjun
2010-04-28sctp: per_cpu variables should be in bh_disabled sectionVlad Yasevich
2010-04-28sctp: fix potential reference of a freed pointerVlad Yasevich
2010-04-28sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun
2010-04-28Revert "tcp: bind() fix when many ports are bound"David S. Miller
2010-04-27bridge: multicast_flood cleanupstephen hemminger
2010-04-27bridge: multicast port group RCU fixstephen hemminger
2010-04-27bridge: multicast floodstephen hemminger
2010-04-27bridge: simplify multicast_add_routerstephen hemminger
2010-04-27bluetooth: handle l2cap_create_connless_pdu() errorsDan Carpenter
2010-04-27Revert "bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()"David S. Miller
2010-04-27bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()David S. Miller
2010-04-27net: disallow to use net_assign_generic externallyJiri Pirko
2010-04-27net: sk_add_backlog() take rmem_alloc into accountEric Dumazet
2010-04-27net: batch skb dequeueing from softnet input_pkt_queueChangli Gao
2010-04-27net: Make RFS socket operations not be inet specific.David S. Miller
2010-04-27net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao
2010-04-27mac80211: fix rts threshold checkShanyu Zhao
2010-04-27mac80211: give virtual interface to hw_scanJohannes Berg
2010-04-27cfg80211: Remove default dynamic PS timeout valueJuuso Oikarinen
2010-04-27mac80211: Determine dynamic PS timeout based on ps-qos network latencyJuuso Oikarinen
2010-04-27mac80211: implement ap isolation supportFelix Fietkau
2010-04-27cfg80211: add ap isolation supportFelix Fietkau
2010-04-27mac80211: fix handling of 4-address-mode in ieee80211_change_ifaceFelix Fietkau
2010-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-04-27TCP: avoid to send keepalive probes if receiving dataFlavio Leitner
2010-04-27bridge: multicast router list manipulationstephen hemminger
2010-04-27bridge: use is_multicast_ether_addrstephen hemminger
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-27bridge: Fix build of ipv6 multicast code.David S. Miller
2010-04-26bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.YOSHIFUJI Hideaki / 吉藤英明
2010-04-26bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.YOSHIFUJI Hideaki / 吉藤英明
2010-04-26ieee802154: Fix oops during ieee802154_sock_ioctlStefan Schmidt
2010-04-26net: use sk_sleep()Eric Dumazet
2010-04-26phonet: use phonet_pernet instead of directly net_genericJiri Pirko
2010-04-26mac80211: Fix sta->last_tx_rate setting with no-op rate control devicesJuuso Oikarinen
2010-04-26net: ipmr: add support for dumping routing tables over netlinkPatrick McHardy
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy
2010-04-25ipv6: Fix inet6_csk_bind_conflict()Eric Dumazet
2010-04-25netns: rename unregister_pernet_subsys parameterJiri Pirko
2010-04-24rps: optimize rps_get_cpu()Changli Gao