summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-09-0224-300/+562
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-09-0224-300/+562
| |\
| | * mac80211: only cancel software-based scans on suspendJohn W. Linville2010-09-012-1/+8
| | * mac80211: cancel scan in ieee80211_restart_hw if software scan pendingJohn W. Linville2010-08-311-1/+7
| | * net/wireless: Remove double testJulia Lawall2010-08-311-1/+1
| | * mac80211: Do not generate CQM events based on first Beacon framesJouni Malinen2010-08-312-0/+16
| | * mac80211: Fix signal strength average initialization for CQM eventsJouni Malinen2010-08-311-1/+1
| | * mac80211: fix offchannel queue stopJohannes Berg2010-08-273-3/+24
| | * mac80211: support runtime interface type changesJohannes Berg2010-08-275-37/+176
| | * mac80211: split out concurrent vif checksJohannes Berg2010-08-271-14/+29
| | * mac80211: simplify zero address checksJohannes Berg2010-08-271-25/+13
| | * mac80211: switch to ieee80211_sdata_runningJohannes Berg2010-08-273-8/+6
| | * mac80211: clean up ifdown/cleanup pathsJohannes Berg2010-08-272-66/+28
| | * mac80211: use subqueue helpersJohannes Berg2010-08-272-4/+3
| | * mac80211: allow changing port control protocolJohannes Berg2010-08-276-4/+29
| | * cfg80211: allow changing port control protocolJohannes Berg2010-08-272-3/+24
| | * mac80211: allow vendor specific cipher suitesJohannes Berg2010-08-277-21/+92
| | * cfg80211: allow vendor specific cipher suitesJohannes Berg2010-08-271-1/+8
| | * mac80211: allow scan to complete from any contextJohannes Berg2010-08-272-8/+32
| | * mac80211: remove unused scan expire defineJohannes Berg2010-08-271-6/+0
| | * mac80211: fix mesh advertisementJohannes Berg2010-08-252-33/+5
| | * mac80211: fix rcu-unsafe pointer dereferenceChristian Lamparter2010-08-251-4/+8
| | * nl80211: fix missing nestingJohannes Berg2010-08-251-0/+2
| | * mac80211: cancel restart_work in ieee80211_unregister_hwChristian Lamparter2010-08-251-0/+1
| | * mac80211: fix warning for un-used parameterWey-Yi Guy2010-08-251-1/+1
| | * net/mac80211: Use wiphy_<level>Joe Perches2010-08-2512-69/+59
* | | net: arp: code cleanupChangli Gao2010-09-021-103/+123
* | | net: dev_add_pack() & __dev_remove_pack() changesEric Dumazet2010-09-021-17/+15
* | | ipvs: use pkts for SCTP tooJulian Anastasov2010-09-021-3/+3
* | | net: another last_rx roundEric Dumazet2010-09-021-1/+0
|/ /
* | tcp: update also tcp_output with regard to RFC 5681Gerrit Renker2010-09-011-9/+3
* | net: make rx_queue sysfs_ops conststephen hemminger2010-09-011-1/+1
* | net: skbuff.c cleanupEric Dumazet2010-09-011-32/+15
* | skge: add GRO supportEric Dumazet2010-09-011-1/+2
* | net: tunnels should use rcu_dereferenceEric Dumazet2010-09-012-7/+17
* | gro: unexport tcp4_gro_receive and tcp4_gro_completeEric Dumazet2010-08-311-2/+0
* | pktgen: remove non used variableEric Dumazet2010-08-311-2/+0
* | vlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receiveJiri Pirko2010-08-311-1/+1
* | Phonet: do not set POLLOUT in case of send buffer overflowRémi Denis-Courmont2010-08-311-1/+3
* | Phonet: correct sendmsg() error code from sock_alloc_send_skb()Rémi Denis-Courmont2010-08-311-1/+1
* | Phonet: restore flow control credits when sending failsRémi Denis-Courmont2010-08-311-1/+5
* | ipv6: struct xfrm6_tunnel in read_mostly sectionEric Dumazet2010-08-303-6/+6
* | net: struct xfrm_tunnel in read_mostly sectionEric Dumazet2010-08-304-6/+6
* | dccp ccid-3: use per-route RTO or TCP RTO as fallbackGerrit Renker2010-08-303-38/+6
* | dccp ccid-2: Share TCP's minimum RTO codeGerrit Renker2010-08-301-2/+3
* | tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker2010-08-302-21/+4
* | dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()Gerrit Renker2010-08-301-25/+3
* | dccp ccid-2: Use u32 timestamps uniformlyGerrit Renker2010-08-302-13/+16
* | tcp: Add TCP_USER_TIMEOUT socket option.Jerry Chu2010-08-302-16/+35
* | IPVS: include net/ip6_checksum.h for csum_ipv6_magicStephen Rothwell2010-08-291-0/+1