aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2010-09-02net: dev_add_pack() & __dev_remove_pack() changesEric Dumazet
2010-09-02ipvs: use pkts for SCTP tooJulian Anastasov
2010-09-02net: another last_rx roundEric Dumazet
2010-09-01tcp: update also tcp_output with regard to RFC 5681Gerrit Renker
2010-09-01net: make rx_queue sysfs_ops conststephen hemminger
2010-09-01net: skbuff.c cleanupEric Dumazet
2010-09-01skge: add GRO supportEric Dumazet
2010-09-01net: tunnels should use rcu_dereferenceEric Dumazet
2010-08-31gro: unexport tcp4_gro_receive and tcp4_gro_completeEric Dumazet
2010-08-31pktgen: remove non used variableEric Dumazet
2010-08-31vlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receiveJiri Pirko
2010-08-31Phonet: do not set POLLOUT in case of send buffer overflowRémi Denis-Courmont
2010-08-31Phonet: correct sendmsg() error code from sock_alloc_send_skb()Rémi Denis-Courmont
2010-08-31Phonet: restore flow control credits when sending failsRémi Denis-Courmont
2010-08-30ipv6: struct xfrm6_tunnel in read_mostly sectionEric Dumazet
2010-08-30net: struct xfrm_tunnel in read_mostly sectionEric Dumazet
2010-08-30dccp ccid-3: use per-route RTO or TCP RTO as fallbackGerrit Renker
2010-08-30dccp ccid-2: Share TCP's minimum RTO codeGerrit Renker
2010-08-30tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker
2010-08-30dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()Gerrit Renker
2010-08-30dccp ccid-2: Use u32 timestamps uniformlyGerrit Renker
2010-08-30tcp: Add TCP_USER_TIMEOUT socket option.Jerry Chu
2010-08-29IPVS: 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-26gro: __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-23ethtool: allow non-netadmin to query settingsstephen hemminger
2010-08-23net: copy_rtnl_link_stats64() simplificationEric Dumazet
2010-08-23net_sched: act_csum: coding style cleanupChangli Gao
2010-08-23pkt_sched: Make act_csum depend upon INET.David S. Miller
2010-08-23dccp ccid-2: Replace broken RTT estimator with better algorithmGerrit Renker
2010-08-23dccp ccid-2: Simplify dec_pipe and rearming of RTO timerGerrit Renker
2010-08-23dccp ccid-2: Remove redundant sanity testsGerrit Renker
2010-08-23dccp ccid-3: No more CCID control blocks in LISTEN stateGerrit Renker
2010-08-23ccid: ccid-2/3 code cosmeticsGerrit Renker