aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-06vxlan: implement GPEJiri Benc1-0/+68
2016-04-06ip_tunnel: implement __iptunnel_pull_headerJiri Benc1-2/+9
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar1-0/+2
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar2-0/+10
2016-04-05sock: convert sk_peek_offset functions to WRITE_ONCEWillem de Bruijn1-11/+13
2016-04-04tcp: increment sk_drops for listenersEric Dumazet1-0/+13
2016-04-04tcp: increment sk_drops for dropped rx packetsEric Dumazet1-0/+7
2016-04-04tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2-20/+32
2016-04-04inet: reqsk_alloc() needs to take care of dead listenersEric Dumazet1-16/+15
2016-04-04tcp/dccp: remove BH disable/enable in lookupEric Dumazet1-6/+1
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet2-7/+7
2016-04-04net: add SOCK_RCU_FREE socket flagEric Dumazet1-0/+2
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh2-6/+10
2016-04-04ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh1-1/+2
2016-04-04ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh1-1/+2
2016-04-04sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh1-0/+1
2016-04-04tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh1-1/+2
2016-04-04sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn1-0/+2
2016-04-02tcp: remove cwnd moderation after recoveryYuchung Cheng1-11/+0
2016-03-23net: ping: make ping_v6_sendmsg staticHaishuang Yan1-1/+0
2016-03-22ipv6: remove unused in6_addr structLuis de Bethencourt1-1/+0
2016-03-21vxlan: fix sparse warningsJiri Benc1-8/+8
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross1-0/+16
2016-03-20sctp: keep fragmentation point aligned to word sizeMarcelo Ricardo Leitner1-1/+1
2016-03-20sctp: align MTU to a wordMarcelo Ricardo Leitner1-3/+5
2016-03-20ipv6, trace: fix tos reporting on fib6_table_lookupDaniel Borkmann1-1/+1
2016-03-20vxlan: fix populating tclass in vxlan6_get_routeDaniel Borkmann1-0/+6
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller52-235/+1329
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds51-225/+1323
2016-03-18bonding: fix bond_get_stats()Eric Dumazet1-0/+1
2016-03-18ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann1-0/+7
2016-03-18bpf, dst: add and use dst_tclassid helperDaniel Borkmann1-0/+12
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-10/+6
2016-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+17
2016-03-14net: dsa: make port_bridge_leave return voidVivien Didelot1-1/+1
2016-03-14net: dsa: rename port_*_bridge routinesVivien Didelot1-2/+2
2016-03-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller2-5/+6
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau1-0/+10
2016-03-14net: add a hardware buffer management helper APIGregory CLEMENT1-0/+28
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck1-2/+1
2016-03-13sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner2-6/+6
2016-03-13csum: Update csum_block_add to use rotate instead of byteswapAlexander Duyck1-6/+6
2016-03-11vxlan: support setting IPv6 flow labelDaniel Borkmann1-0/+1
2016-03-11ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann3-4/+9
2016-03-11net/flower: Fix pointer castAmir Vadai1-1/+1
2016-03-11Merge tag 'ipvs-fixes-for-v4.5' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvsPablo Neira Ayuso1-0/+17
2016-03-10net/act_skbedit: Utility functions for mark actionAmir Vadai1-0/+16
2016-03-10net/sched: Macro instead of CONFIG_NET_CLS_ACT ifdefAmir Vadai2-7/+18
2016-03-10net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target() publicAmir Vadai1-0/+13
2016-03-10net/flower: Introduce hardware offload supportAmir Vadai1-0/+14