summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-2/+2
* cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner2016-09-191-1/+4
* bonding: Fix bonding crashMahesh Bandewar2016-09-041-0/+16
* rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possiblyGao Feng2016-09-011-2/+4
* net: remove type_check from dev_get_nest_level()Sabrina Dubroca2016-08-131-7/+3
* bpf: fix write helpers with regards to non-linear partsDaniel Borkmann2016-08-131-52/+18
* bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann2016-08-121-5/+5
* bpf: fix checksum for vlan push/pop helperDaniel Borkmann2016-08-081-0/+12
* bpf: fix checksum fixups on bpf_skb_store_bytesDaniel Borkmann2016-08-081-2/+2
* bpf: also call skb_postpush_rcsum on xmit occasionsDaniel Borkmann2016-08-081-3/+10
* Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-1/+1
|\
| * vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
* | net: neigh: disallow transition to NUD_STALE if lladdr is unchanged in neigh_...He Chunhui2016-07-261-6/+1
* | bpf, events: fix offset in skb copy handlerDaniel Borkmann2016-07-251-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-242-8/+13
|\ \
| * | dccp: limit sk_filter trim to payloadWillem de Bruijn2016-07-131-3/+4
| * | rose: limit sk_filter trim to payloadWillem de Bruijn2016-07-131-5/+5
| * | sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_sendSoheil Hassas Yeganeh2016-07-111-0/+4
* | | rtnl: protect do_setlink from IFLA_XDP_ATTACHEDBrenden Blanco2016-07-201-0/+4
* | | rtnl: add option for setting link xdp progBrenden Blanco2016-07-191-0/+64
* | | net: add ndo to setup/query xdp prog in adapter rxBrenden Blanco2016-07-191-0/+33
* | | bpf: add XDP prog type for early driver filterBrenden Blanco2016-07-191-0/+79
* | | bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann2016-07-151-1/+42
* | | devlink: add hardware messages tracing facilityJiri Pirko2016-07-121-0/+4
* | | net: tracepoint napi:napi_poll add work and budgetJesper Dangaard Brouer2016-07-093-4/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-062-18/+43
|\| |
| * | net_sched: fix mirrored packets checksumWANG Cong2016-07-011-18/+0
| * | packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller2016-07-011-0/+43
* | | neigh: Send a notification when DELAY_PROBE_TIME changesIdo Schimmel2016-07-051-0/+2
* | | net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko2016-07-051-0/+44
* | | net: add dev arg to ndo_neigh_construct/destroyJiri Pirko2016-07-051-2/+2
* | | mlxsw: spectrum: Add couple of lower device helper functionsJiri Pirko2016-07-041-0/+46
* | | bpf: add bpf_get_hash_recalc helperDaniel Borkmann2016-07-041-0/+19
* | | net: pktgen: support injecting packets for qdisc testingJohn Fastabend2016-07-041-2/+40
* | | net/devlink: Add E-Switch mode controlOr Gerlitz2016-07-021-0/+87
* | | cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau2016-07-011-0/+38
* | | bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-011-12/+1
* | | net: introduce NETDEV_CHANGE_TX_QUEUE_LENJason Wang2016-07-012-5/+26
* | | fib_rules: Added NLM_F_EXCL support to fib_nl_newruleMateusz Bajorski2016-06-301-0/+49
* | | net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attributeNikolay Aleksandrov2016-06-301-2/+48
* | | bpf: add bpf_skb_change_type helperDaniel Borkmann2016-06-301-0/+24
* | | bpf: add bpf_skb_change_proto helperDaniel Borkmann2016-06-301-0/+200
* | | bpf: don't use raw processor id in generic helperDaniel Borkmann2016-06-301-1/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-302-3/+19
|\| |
| * | neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso2016-06-291-1/+5
| * | bpf: fix matching of data/data_end in verifierAlexei Starovoitov2016-06-151-2/+14
* | | net: the space is required before the open parenthesis '('Wei Tang2016-06-291-4/+4
* | | net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-2/+5
* | | net: the space is required after ','Wei Tang2016-06-161-6/+6
* | | net: do not initialise statics to 0Wei Tang2016-06-161-1/+1