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