summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2010-08-30dccp ccid-2: Use u32 timestamps uniformlyGerrit Renker
2010-08-30tcp: Add TCP_USER_TIMEOUT socket option.Jerry Chu
2010-08-30IPVS: include net/ip6_checksum.h for csum_ipv6_magicStephen Rothwell
2010-08-28phonet: use for_each_set_bitAkinobu Mita
2010-08-28econet: kill unnecessary spin_lock_init()Akinobu Mita
2010-08-27gro: __napi_gro_receive() optimizationsEric Dumazet
2010-08-26net: use scnprintf() to avoid potential buffer overflowChangli Gao
2010-08-26net/sctp: Use pr_fmt and pr_<level>Joe Perches
2010-08-26ipvs: switch to GFP_KERNEL allocationsSimon Horman
2010-08-26IPVS: convert __ip_vs_securetcp_lock to a spinlockSimon Horman
2010-08-26IPVS: convert __ip_vs_sched_lock to a spinlockSimon Horman
2010-08-26IPVS: ICMPv6 checksum calculationSimon Horman
2010-08-25bridge: avoid ethtool on non running interfacestephen hemminger
2010-08-25bridge: fix locking commentStephen Hemminger
2010-08-25net/netfilter/ipvs: Eliminate memory leakJulia Lawall
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-08-24tc: add meta match on receive hashStephen Hemminger
2010-08-24net: ip_append_data() optimEric Dumazet
2010-08-24cfg80211/mac80211: extensible frame processingJohannes Berg
2010-08-24mac80211: remove unused don't-encrypt flagJohannes Berg
2010-08-24cfg80211: mark ieee80211_hdrlen constJohannes Berg
2010-08-24ethtool: allow non-netadmin to query settingsstephen hemminger
2010-08-24net: copy_rtnl_link_stats64() simplificationEric Dumazet
2010-08-24net_sched: act_csum: coding style cleanupChangli Gao
2010-08-24pkt_sched: Make act_csum depend upon INET.David S. Miller
2010-08-24dccp ccid-2: Replace broken RTT estimator with better algorithmGerrit Renker
2010-08-24dccp ccid-2: Simplify dec_pipe and rearming of RTO timerGerrit Renker
2010-08-24dccp ccid-2: Remove redundant sanity testsGerrit Renker
2010-08-24dccp ccid-3: No more CCID control blocks in LISTEN stateGerrit Renker
2010-08-24ccid: ccid-2/3 code cosmeticsGerrit Renker
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller
2010-08-23tcp: allow effective reduction of TCP's rcv-buffer via setsockoptHagen Paul Pfeifer
2010-08-23bridge: is PACKET_LOOPBACK unlikely()?Simon Horman
2010-08-23net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao
2010-08-23net/sched: need to include net/ip6_checksum.hStephen Rothwell
2010-08-22net_sched: cls_flow: add key rxhashChangli Gao
2010-08-22irda: use net_device_stats from struct net_deviceEric Dumazet
2010-08-22Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-08-22PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov
2010-08-22net: rps: fix the wrong network header pointerChangli Gao
2010-08-20net/sched: add ACT_CSUM action to update packets checksumsGrégoire Baron
2010-08-20net: build_ehash_secret() and rt_bind_peer() cleanupsEric Dumazet
2010-08-20net_sched: sch_sfq: use proto_ports_offset() to support AH messageChangli Gao
2010-08-20netfilter: xt_hashlimit: use proto_ports_offset() to support AH messageChangli Gao
2010-08-20netfilter: ipt_CLUSTERIP: use proto_ports_offset() to support AH messageChangli Gao
2010-08-20net_sched: cls_flow: use proto_ports_offset() to support AH messageChangli Gao
2010-08-20net: rps: use proto_ports_offset() to handle the AH message correctlyChangli Gao
2010-08-20net: rps: skip fragment when computing rxhashChangli Gao
2010-08-20net: rps: reset network header before calling skb_get_rxhash()Changli Gao
2010-08-19irda: fix a race in irlan_eth_xmit()Eric Dumazet