aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-14netns: do not call pernet ops for not yet set up init_net namespaceDmitry Torokhov1-4/+17
2016-08-10rps: Inspect PPTP encapsulated by GRE to get flow hashGao Feng1-34/+79
2016-08-10net: sched: convert qdisc linked list to hashtableJiri Kosina1-0/+3
2016-08-08neigh: allow admin to set NUD_STALEJulian Anastasov1-1/+2
2016-08-08bpf: fix checksum for vlan push/pop helperDaniel Borkmann1-0/+12
2016-08-08bpf: fix checksum fixups on bpf_skb_store_bytesDaniel Borkmann1-2/+2
2016-08-08bpf: also call skb_postpush_rcsum on xmit occasionsDaniel Borkmann1-3/+10
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-1/+1
2016-07-26net: neigh: disallow transition to NUD_STALE if lladdr is unchanged in neigh_update()He Chunhui1-6/+1
2016-07-25bpf, events: fix offset in skb copy handlerDaniel Borkmann1-2/+2
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+13
2016-07-20rtnl: protect do_setlink from IFLA_XDP_ATTACHEDBrenden Blanco1-0/+4
2016-07-19rtnl: add option for setting link xdp progBrenden Blanco1-0/+64
2016-07-19net: add ndo to setup/query xdp prog in adapter rxBrenden Blanco1-0/+33
2016-07-19bpf: add XDP prog type for early driver filterBrenden Blanco1-0/+79
2016-07-15bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann1-1/+42
2016-07-13dccp: limit sk_filter trim to payloadWillem de Bruijn1-3/+4
2016-07-13rose: limit sk_filter trim to payloadWillem de Bruijn1-5/+5
2016-07-12devlink: add hardware messages tracing facilityJiri Pirko1-0/+4
2016-07-11sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_sendSoheil Hassas Yeganeh1-0/+4
2016-07-09net: tracepoint napi:napi_poll add work and budgetJesper Dangaard Brouer3-4/+5
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-18/+43
2016-07-05neigh: Send a notification when DELAY_PROBE_TIME changesIdo Schimmel1-0/+2
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko1-0/+44
2016-07-05net: add dev arg to ndo_neigh_construct/destroyJiri Pirko1-2/+2
2016-07-04mlxsw: spectrum: Add couple of lower device helper functionsJiri Pirko1-0/+46
2016-07-04bpf: add bpf_get_hash_recalc helperDaniel Borkmann1-0/+19
2016-07-04net: pktgen: support injecting packets for qdisc testingJohn Fastabend1-2/+40
2016-07-02net/devlink: Add E-Switch mode controlOr Gerlitz1-0/+87
2016-07-01cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau1-0/+38
2016-07-01net_sched: fix mirrored packets checksumWANG Cong1-18/+0
2016-07-01packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller1-0/+43
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann1-12/+1
2016-07-01net: introduce NETDEV_CHANGE_TX_QUEUE_LENJason Wang2-5/+26
2016-06-30fib_rules: Added NLM_F_EXCL support to fib_nl_newruleMateusz Bajorski1-0/+49
2016-06-30net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attributeNikolay Aleksandrov1-2/+48
2016-06-30bpf: add bpf_skb_change_type helperDaniel Borkmann1-0/+24
2016-06-30bpf: add bpf_skb_change_proto helperDaniel Borkmann1-0/+200
2016-06-30bpf: don't use raw processor id in generic helperDaniel Borkmann1-1/+9
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+19
2016-06-29neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso1-1/+5
2016-06-29net: the space is required before the open parenthesis '('Wei Tang1-4/+4
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-2/+5
2016-06-16net: the space is required after ','Wei Tang1-6/+6
2016-06-16net: do not initialise statics to 0Wei Tang1-1/+1
2016-06-15bpf: fix matching of data/data_end in verifierAlexei Starovoitov1-2/+14
2016-06-15net_sched: add the ability to defer skb freeingEric Dumazet1-0/+22
2016-06-12sched: remove NET_XMIT_POLICEDFlorian Westphal1-1/+0
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-06-10bpf: reject wrong sized filters earlierDaniel Borkmann1-8/+15