summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* phonet: use for_each_set_bitAkinobu Mita2010-08-281-2/+1
* econet: kill unnecessary spin_lock_init()Akinobu Mita2010-08-281-2/+0
* gro: __napi_gro_receive() optimizationsEric Dumazet2010-08-262-7/+12
* net: use scnprintf() to avoid potential buffer overflowChangli Gao2010-08-261-3/+3
* net/sctp: Use pr_fmt and pr_<level>Joe Perches2010-08-2615-99/+106
* ipvs: switch to GFP_KERNEL allocationsSimon Horman2010-08-261-2/+2
* IPVS: convert __ip_vs_securetcp_lock to a spinlockSimon Horman2010-08-261-3/+3
* IPVS: convert __ip_vs_sched_lock to a spinlockSimon Horman2010-08-261-11/+11
* IPVS: ICMPv6 checksum calculationSimon Horman2010-08-261-4/+6
* bridge: avoid ethtool on non running interfacestephen hemminger2010-08-251-11/+12
* bridge: fix locking commentStephen Hemminger2010-08-251-5/+1
* net/netfilter/ipvs: Eliminate memory leakJulia Lawall2010-08-251-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-08-2533-513/+943
|\
| * cfg80211/mac80211: extensible frame processingJohannes Berg2010-08-2413-154/+344
| * mac80211: remove unused don't-encrypt flagJohannes Berg2010-08-241-2/+0
| * cfg80211: mark ieee80211_hdrlen constJohannes Berg2010-08-241-1/+1
| * cfg80211: check if WEP is available for shared key authJohannes Berg2010-08-161-0/+15
| * mac80211: dont advertise WEP if unavailableJohannes Berg2010-08-161-0/+5
| * mac80211: remove unused status flag checksJohannes Berg2010-08-162-20/+9
| * mac80211: move key tfm setupJohannes Berg2010-08-161-16/+10
| * mac80211: use cipher suite selectorsJohannes Berg2010-08-169-105/+75
| * cfg80211: support sysfs namespacesJohannes Berg2010-08-163-2/+17
| * mac80211: allow drivers to request SM PS mode changeJohannes Berg2010-08-163-1/+36
| * mac80211: per interface idle notificationJohannes Berg2010-08-166-16/+75
| * net: mac80211: Fix a typo.Andrea Gelmini2010-08-161-1/+1
| * cfg80211: deauth doesn't always imply disconnectJohannes Berg2010-08-161-2/+3
| * mac80211: AMPDU rx reorder timeout timerChristian Lamparter2010-08-164-12/+97
| * mac80211: remove unused rate function parameterChristian Lamparter2010-08-161-16/+6
| * mac80211: put rx handlers into separate functionsChristian Lamparter2010-08-161-86/+128