summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-09-02net: make rx_queue sysfs_ops conststephen hemminger1-1/+1
2010-09-01net: skbuff.c cleanupEric Dumazet1-32/+15
2010-09-01skge: add GRO supportEric Dumazet1-1/+2
2010-09-01net: tunnels should use rcu_dereferenceEric Dumazet2-7/+17
2010-09-01gro: unexport tcp4_gro_receive and tcp4_gro_completeEric Dumazet1-2/+0
2010-09-01pktgen: remove non used variableEric Dumazet1-2/+0
2010-09-01vlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receiveJiri Pirko1-1/+1
2010-09-01Phonet: do not set POLLOUT in case of send buffer overflowRémi Denis-Courmont1-1/+3
2010-09-01Phonet: correct sendmsg() error code from sock_alloc_send_skb()Rémi Denis-Courmont1-1/+1
2010-09-01Phonet: restore flow control credits when sending failsRémi Denis-Courmont1-1/+5
2010-08-31ipv6: struct xfrm6_tunnel in read_mostly sectionEric Dumazet3-6/+6
2010-08-31net: struct xfrm_tunnel in read_mostly sectionEric Dumazet4-6/+6
2010-08-31dccp ccid-3: use per-route RTO or TCP RTO as fallbackGerrit Renker3-38/+6
2010-08-31dccp ccid-2: Share TCP's minimum RTO codeGerrit Renker1-2/+3
2010-08-31tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker2-21/+4
2010-08-31dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()Gerrit Renker1-25/+3
2010-08-31dccp ccid-2: Use u32 timestamps uniformlyGerrit Renker2-13/+16
2010-08-31tcp: Add TCP_USER_TIMEOUT socket option.Jerry Chu2-16/+35
2010-08-30IPVS: include net/ip6_checksum.h for csum_ipv6_magicStephen Rothwell1-0/+1
2010-08-29phonet: use for_each_set_bitAkinobu Mita1-2/+1
2010-08-29econet: kill unnecessary spin_lock_init()Akinobu Mita1-2/+0
2010-08-27gro: __napi_gro_receive() optimizationsEric Dumazet2-7/+12
2010-08-27net: use scnprintf() to avoid potential buffer overflowChangli Gao1-3/+3
2010-08-27net/sctp: Use pr_fmt and pr_<level>Joe Perches15-99/+106
2010-08-27ipvs: switch to GFP_KERNEL allocationsSimon Horman1-2/+2
2010-08-27IPVS: convert __ip_vs_securetcp_lock to a spinlockSimon Horman1-3/+3
2010-08-27IPVS: convert __ip_vs_sched_lock to a spinlockSimon Horman1-11/+11
2010-08-27IPVS: ICMPv6 checksum calculationSimon Horman1-4/+6
2010-08-26bridge: avoid ethtool on non running interfacestephen hemminger1-11/+12
2010-08-26bridge: fix locking commentStephen Hemminger1-5/+1
2010-08-26net/netfilter/ipvs: Eliminate memory leakJulia Lawall1-1/+2
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville33-513/+943
2010-08-25tc: add meta match on receive hashStephen Hemminger1-0/+6
2010-08-25net: ip_append_data() optimEric Dumazet1-4/+3
2010-08-25cfg80211/mac80211: extensible frame processingJohannes Berg13-154/+344
2010-08-25mac80211: remove unused don't-encrypt flagJohannes Berg1-2/+0
2010-08-25cfg80211: mark ieee80211_hdrlen constJohannes Berg1-1/+1
2010-08-24ethtool: allow non-netadmin to query settingsstephen hemminger1-0/+1
2010-08-24net: copy_rtnl_link_stats64() simplificationEric Dumazet1-30/+1
2010-08-24net_sched: act_csum: coding style cleanupChangli Gao1-39/+38
2010-08-24pkt_sched: Make act_csum depend upon INET.David S. Miller1-1/+1
2010-08-24dccp ccid-2: Replace broken RTT estimator with better algorithmGerrit Renker2-81/+108
2010-08-24dccp ccid-2: Simplify dec_pipe and rearming of RTO timerGerrit Renker1-19/+8
2010-08-24dccp ccid-2: Remove redundant sanity testsGerrit Renker1-52/+0
2010-08-24dccp ccid-3: No more CCID control blocks in LISTEN stateGerrit Renker1-33/+7
2010-08-24ccid: ccid-2/3 code cosmeticsGerrit Renker3-26/+27
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller7-16/+16
2010-08-23tcp: allow effective reduction of TCP's rcv-buffer via setsockoptHagen Paul Pfeifer1-0/+11
2010-08-23bridge: is PACKET_LOOPBACK unlikely()?Simon Horman1-1/+1
2010-08-23net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao2-4/+3