summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-05-03net: Fix truesize accounting in skb_gro_receive()Eric Dumazet
2012-05-03tcp: move stats merge to the end of tcp_try_coalesceAlexander Duyck
2012-05-03tcp: Move code related to head frag in tcp_try_coalesceAlexander Duyck
2012-05-03tcp: Fix truesize accounting in tcp_try_coalesceAlexander Duyck
2012-05-03net: Add missing linux/prefetch.h include to net/core/sock.cDavid S. Miller
2012-05-03net: Stop decapitating clones that have a head_fragAlexander Duyck
2012-05-03net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet
2012-05-03net: take care of cloned skbs in tcp_try_coalesce()Eric Dumazet
2012-05-03tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet
2012-05-03net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsgSasha Levin
2012-05-03drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman
2012-05-03tcp: early retransmit: delayed fast retransmitYuchung Cheng
2012-05-03tcp: early retransmitYuchung Cheng
2012-05-03tcp: early retransmit: tcp_enter_recovery()Yuchung Cheng
2012-05-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-05-01netem: fix possible skb leakEric Dumazet
2012-05-01netem: add ECN capabilityEric Dumazet
2012-05-01net: add a prefetch in socket backlog processingEric Dumazet
2012-05-01l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6James Chapman
2012-05-01l2tp: introduce L2TPv3 IP encapsulation support for IPv6Chris Elston
2012-05-01ipv6: Export ipv6 functions for use by other protocolsChris Elston
2012-05-01l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnelsChris Elston
2012-05-01l2tp: show IPv6 addresses in l2tp debugfs fileChris Elston
2012-05-01l2tp: pppol2tp_connect() handles ipv6 sockaddr variantsJames Chapman
2012-05-01l2tp: remove unused stats from l2tp_ip socketJames Chapman
2012-05-01l2tp: Use ip4_datagram_connect() in l2tp_ip_connect()James Chapman
2012-05-01l2tp: fix locking of 64-bit counters for smpJames Chapman
2012-05-01Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2012-05-01net: makes skb_splice_bits() aware of skb->head_fragEric Dumazet
2012-05-01tcp: makes tcp_try_coalesce aware of skb->head_fragEric Dumazet
2012-05-01net: make GRO aware of skb->head_fragEric Dumazet
2012-05-01net: allow skb->head to be a page fragmentEric Dumazet
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker
2012-04-30mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau
2012-04-30tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng
2012-04-30bridge: Fix fatal typo in setup of multicast_querier_expiredHerbert Xu
2012-04-30Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller
2012-04-30l2tp: Add missing net/net/ip6_checksum.h include.David S. Miller
2012-04-30SUNRPC: RPC client must use the current utsname hostname stringTrond Myklebust
2012-04-30netfilter: xt_CT: fix wrong checking in the timeout assignment pathPablo Neira Ayuso
2012-04-30ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom
2012-04-30ipvs: take care of return value from protocol init_netnsHans Schillstrom
2012-04-30ipvs: null check of net->ipvs in lblc(r) shedulersHans Schillstrom
2012-04-29net/l2tp: add support for L2TP over IPv6 UDPBenjamin LaHaise
2012-04-29net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6Benjamin LaHaise
2012-04-29net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb()Benjamin LaHaise
2012-04-29net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skbBenjamin LaHaise
2012-04-29net: Fixed a coding style issue related to spaces.Jeffrin Jose
2012-04-28drop_monitor: Make updating data->skb smp safeNeil Horman
2012-04-28drop_monitor: fix sleeping in invalid context warningNeil Horman