summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net_sched: sfb: optimize enqueue on full queueEric Dumazet2011-08-261-5/+8
* af_packet: Prefixed tpacket_v3 structs to avoid name space collisionchetan loke2011-08-261-55/+62
* Scm: Remove unnecessary pid & credential references in Unix socket's send and...Tim Chen2011-08-251-16/+29
* sctp: Bundle HEAERTBEAT into ASCONF_ACKMichio Honda2011-08-253-0/+7
* sctp: HEARTBEAT negotiation after ASCONFMichio Honda2011-08-251-0/+4
* Proportional Rate Reduction for TCP.Nandita Dukkipati2011-08-252-7/+58
* af-packet: TPACKET_V3 flexible buffer implementation.chetan loke2011-08-251-46/+891
* IEEE802.15.4: 6LoWPAN basic supportAlexander Smirnov2011-08-254-3/+1108
* net: xfrm: convert to SKB frag APIsIan Campbell2011-08-251-4/+7
* net: ipv6: convert to SKB frag APIsIan Campbell2011-08-251-3/+4
* net: ipv4: convert to SKB frag APIsIan Campbell2011-08-254-6/+8
* net: convert core to skb paged frag APIsIan Campbell2011-08-257-36/+36
* rps: support IPIP encapsulationEric Dumazet2011-08-251-0/+2
* Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller2011-08-2420-148/+283
|\
| * batman-adv: merge update_transtable() into tt related codeMarek Lindner2011-08-223-74/+70Star
| * batman-adv: reuse tt_len() to calculate tt buffer lengthMarek Lindner2011-08-221-2/+1Star
| * batman-adv: print client flags in the local/global transtables outputAntonio Quartulli2011-08-221-10/+27
| * batman-adv: implement AP-isolation on the sender sideAntonio Quartulli2011-08-225-12/+29
| * batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli2011-08-225-0/+50
| * batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli2011-08-229-11/+55
| * batman-adv: correct several typ0s in the commentsAntonio Quartulli2011-08-2212-37/+36Star
| * batman-adv: hash_add() has to discriminate on the return valueAntonio Quartulli2011-08-223-9/+22
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-08-2219-417/+375Star
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-08-2219-417/+375Star
| |\ \
| | * | nl80211/cfg80211: Add extra IE configuration to AP mode setupJouni Malinen2011-08-121-1/+27
| | * | nl80211/cfg80211: Add crypto settings into NEW_BEACONJouni Malinen2011-08-121-0/+21
| | * | nl80211/cfg80211: Allow SSID to be specified in new beacon commandJouni Malinen2011-08-121-0/+29
| | * | cfg80211/mac80211: move information element parsing logic to cfg80211Yogesh Ashok Powar2011-08-123-230/+168Star
| | * | nl80211/cfg80211: Make addition of new sinfo fields saferJouni Malinen2011-08-112-0/+2
| | * | cfg80211: fix a crash in nl80211_send_stationFelix Fietkau2011-08-111-1/+1
| | * | mac80211: fix erroneous clearing of MESH_PATH_SN_VALID flagJavier Cardona2011-08-101-1/+0Star
| | * | mac80211: clear sta.drv_priv on reconfigurationEliad Peller2011-08-101-0/+1
| | * | cfg80211/nl80211: Send AssocReq IEs to user space in AP modeJouni Malinen2011-08-101-0/+4
| | * | nl80211: Indicate driver-based offchannel TX on mgmt_tx_cancel_waitJouni Malinen2011-08-101-2/+1Star
| | * | mac80211: Don't use EAPOL frames for rate samplingHelmut Schaa2011-08-091-1/+7
| | * | mac80211: Fill in skb->protocol information for injected framesHelmut Schaa2011-08-091-0/+20
| | * | cfg80211: Update REG_DBG_PRINT macro and usesJoe Perches2011-08-091-8/+6Star
| | * | lib80211: remove exports for functions not called by other modulesPavel Roskin2011-08-091-6/+9
| | * | mac80211/mesh: make the preq queue lock consistentBaruch Siach2011-08-081-3/+3
| | * | mac80211: Don't use a buf_size=0 in ADDBA requestsHelmut Schaa2011-08-081-0/+1
| | * | mac80211: Stop TX BA session if buf_size is zeroHelmut Schaa2011-08-081-11/+7Star
| | * | mac80211: remove offchannel_tx APIJohannes Berg2011-08-084-74/+0Star
| | * | cfg80211: remove unused wext handler exportsJohannes Berg2011-08-083-80/+66Star
| | * | cfg80211: split wext compatibility to separate headerJohannes Berg2011-08-083-0/+3
* | | | net: vlan: goto another_round instead of calling __netif_receive_skbJiri Pirko2011-08-221-4/+3Star
|/ / /
* | | net: Preserve ooo_okay when copying skb headerChangli Gao2011-08-201-0/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-2013-26/+43
|\ \ \
| * | | ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONSDaniel Baluta2011-08-191-4/+5
| * | | vlan: reset headers on accel emulation pathJiri Pirko2011-08-191-0/+2
| * | | net_sched: fix port mirror/redirect stats reportingJamal Hadi Salim2011-08-181-2/+1Star