aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-15net: linkwatch: allow vlans to get carrier changes fasterEric Dumazet1-2/+7
2011-09-15net, rds, Replace xlist in net/rds/xlist.h with llistHuang Ying3-141/+52
2011-09-156LoWPAN: call dev_put() on error in lowpan_newlink()Dan Carpenter1-1/+4
2011-09-156LoWPAN: use the _safe version of list_for_eachDan Carpenter1-1/+3
2011-09-156LoWPAN: use kfree_skb() instead of kfree()Dan Carpenter1-1/+1
2011-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville21-376/+1207
2011-08-28caif: Remove OOM messages, use kzallocJoe Perches11-75/+27
2011-08-26net_sched: sfb: optimize enqueue on full queueEric Dumazet1-5/+8
2011-08-26af_packet: Prefixed tpacket_v3 structs to avoid name space collisionchetan loke1-55/+62
2011-08-26mac80211: add uapsd_queues and max_sp params fieldsEliad Peller1-0/+3
2011-08-26nl80211/cfg80211: add STA WME parametersEliad Peller1-0/+27
2011-08-26mac80211: allow action frames with unknown BSSID in GO modeArik Nemtsov1-1/+3
2011-08-26mac80211: fix race condition between assoc_done and first EAP packetGuy Eilam4-60/+236
2011-08-26mac80211: refactor sta_info_insert_rcu to 3 main stagesGuy Eilam1-53/+95
2011-08-26mac80211: mesh gate fixesThomas Pedersen3-8/+14
2011-08-24Scm: Remove unnecessary pid & credential references in Unix socket's send and receive pathTim Chen1-16/+29
2011-08-24sctp: Bundle HEAERTBEAT into ASCONF_ACKMichio Honda3-0/+7
2011-08-24sctp: HEARTBEAT negotiation after ASCONFMichio Honda1-0/+4
2011-08-24Proportional Rate Reduction for TCP.Nandita Dukkipati2-7/+58
2011-08-24af-packet: TPACKET_V3 flexible buffer implementation.chetan loke1-46/+891
2011-08-24IEEE802.15.4: 6LoWPAN basic supportAlexander Smirnov4-3/+1108
2011-08-24net: xfrm: convert to SKB frag APIsIan Campbell1-4/+7
2011-08-24net: ipv6: convert to SKB frag APIsIan Campbell1-3/+4
2011-08-24net: ipv4: convert to SKB frag APIsIan Campbell4-6/+8
2011-08-24net: convert core to skb paged frag APIsIan Campbell7-36/+36
2011-08-24rps: support IPIP encapsulationEric Dumazet1-0/+2
2011-08-24NFC: Reserve tx head and tail roomSamuel Ortiz2-8/+11
2011-08-24{nl,cfg,mac}80211: let userspace make meshif mesh gateJavier Cardona5-1/+19
2011-08-24{nl,cfg,mac}80211: let userspace set RANN intervalJavier Cardona7-6/+22
2011-08-24{nl,mac}80211: add missing root mode meshconf entriesJavier Cardona2-1/+2
2011-08-24mac80211: mesh gate implementationJavier Cardona5-9/+331
2011-08-24mac80211: fix mesh path flushingJavier Cardona1-2/+1
2011-08-24mac80211: mesh locking fixesJavier Cardona1-2/+2
2011-08-24mac80211: fix mpath timer NULL functionJavier Cardona1-2/+4
2011-08-24mac80211: improve mpath debuggingJavier Cardona3-11/+31
2011-08-24Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller20-148/+283
2011-08-22Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller19-417/+375
2011-08-22net: vlan: goto another_round instead of calling __netif_receive_skbJiri Pirko1-4/+3
2011-08-22mac80211: update mesh path selection frame formatThomas Pedersen5-45/+61
2011-08-22mac80211: update mesh peering frame formatThomas Pedersen4-46/+77
2011-08-22mac80211: update mesh peering frame codesThomas Pedersen1-81/+76
2011-08-22mac80211: fix mesh beacon formatThomas Pedersen4-62/+196
2011-08-22mac80211: Tear down BA session on BAR tx failureHelmut Schaa1-0/+18
2011-08-22wireless: Introduce defines for BAR TID_INFO & MULTI_TID fieldsHelmut Schaa1-1/+1
2011-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville19-417/+375
2011-08-22batman-adv: merge update_transtable() into tt related codeMarek Lindner3-74/+70
2011-08-22batman-adv: reuse tt_len() to calculate tt buffer lengthMarek Lindner1-2/+1
2011-08-22batman-adv: print client flags in the local/global transtables outputAntonio Quartulli1-10/+27
2011-08-22batman-adv: implement AP-isolation on the sender sideAntonio Quartulli5-12/+29
2011-08-22batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli5-0/+50