summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-05-08ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov1-1/+1
2012-05-08ipvs: timeout tables do not need GFP_ATOMIC allocationJulian Anastasov1-1/+1
2012-05-08netfilter: bridge: optionally set indev to vlanPablo Neira Ayuso1-2/+24
2012-05-08netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond2-19/+105
2012-05-08netfilter: nf_ct_ecache: refactor notifier registrationTony Zelenoff1-6/+4
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller30-126/+296
2012-05-07net: IP_MULTICAST_IF setsockopt now recognizes struct mreqJiri Pirko1-4/+9
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck1-6/+6
2012-05-06skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_headAlexander Duyck1-14/+8
2012-05-06skb: Drop bad code from pskb_expand_headAlexander Duyck1-12/+0
2012-05-04tcp: be more strict before accepting ECN negociationEric Dumazet2-2/+2
2012-05-04net: sched: factorize code (qdisc_drop())Eric Dumazet4-13/+6
2012-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-106/+246
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck2-3/+2
2012-05-03net: Fix truesize accounting in skb_gro_receive()Eric Dumazet1-3/+8
2012-05-03tcp: move stats merge to the end of tcp_try_coalesceAlexander Duyck1-26/+29
2012-05-03tcp: Move code related to head frag in tcp_try_coalesceAlexander Duyck1-17/+25
2012-05-03tcp: Fix truesize accounting in tcp_try_coalesceAlexander Duyck1-6/+4
2012-05-03net: Add missing linux/prefetch.h include to net/core/sock.cDavid S. Miller1-0/+1
2012-05-03net: Stop decapitating clones that have a head_fragAlexander Duyck2-11/+7
2012-05-02net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet2-24/+26
2012-05-02net: take care of cloned skbs in tcp_try_coalesce()Eric Dumazet1-14/+28
2012-05-02tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet2-5/+6
2012-05-02net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsgSasha Levin1-1/+2
2012-05-02drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman1-5/+7
2012-05-02tcp: early retransmit: delayed fast retransmitYuchung Cheng3-10/+69
2012-05-02tcp: early retransmitYuchung Cheng4-0/+29
2012-05-02tcp: early retransmit: tcp_enter_recovery()Yuchung Cheng1-27/+34
2012-05-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-16/+19
2012-05-01netem: fix possible skb leakEric Dumazet1-4/+2
2012-05-01netem: add ECN capabilityEric Dumazet1-3/+15
2012-05-01net: add a prefetch in socket backlog processingEric Dumazet1-0/+1
2012-05-01l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6James Chapman1-22/+50
2012-05-01l2tp: introduce L2TPv3 IP encapsulation support for IPv6Chris Elston2-0/+795
2012-05-01ipv6: Export ipv6 functions for use by other protocolsChris Elston4-0/+9
2012-05-01l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnelsChris Elston3-21/+109
2012-05-01l2tp: show IPv6 addresses in l2tp debugfs fileChris Elston1-0/+8
2012-05-01l2tp: pppol2tp_connect() handles ipv6 sockaddr variantsJames Chapman1-8/+28
2012-05-01l2tp: remove unused stats from l2tp_ip socketJames Chapman1-28/+4
2012-05-01l2tp: Use ip4_datagram_connect() in l2tp_ip_connect()James Chapman1-47/+7
2012-05-01l2tp: fix locking of 64-bit counters for smpJames Chapman3-35/+103
2012-04-30Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller34-567/+58
2012-04-30net: makes skb_splice_bits() aware of skb->head_fragEric Dumazet1-3/+7
2012-04-30tcp: makes tcp_try_coalesce aware of skb->head_fragEric Dumazet1-12/+43
2012-04-30net: make GRO aware of skb->head_fragEric Dumazet2-2/+30
2012-04-30net: allow skb->head to be a page fragmentEric Dumazet1-6/+18
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker32-530/+16
2012-04-30mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau1-1/+2
2012-04-30tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng1-3/+6
2012-04-30bridge: Fix fatal typo in setup of multicast_querier_expiredHerbert Xu1-3/+2