summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel2018-10-291-0/+10
* net: Properly unlink GRO packets on overflow.David S. Miller2018-10-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-10-262-6/+25
|\
| * bpf: fix wrong helper enablement in cgroup local storageDaniel Borkmann2018-10-261-4/+0
| * bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2018-10-251-2/+8
| * bpf: make direct packet write unclone more robustDaniel Borkmann2018-10-251-0/+11
| * bpf: disallow direct packet access for unpriv in cg_skbDaniel Borkmann2018-10-251-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-10-263-6/+9
|\ \
| * | net/neigh: fix NULL deref in pneigh_dump_table()Eric Dumazet2018-10-261-2/+2
| |/
| * net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti2018-10-241-2/+3
| * net: rtnl_dump_all needs to propagate error from dumpit functionDavid Ahern2018-10-241-2/+4
* | Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-10-251-0/+1
|\ \ | |/ |/|
| * cgroup, netclassid: add a preemption point to write_classidMichal Hocko2018-10-231-0/+1
* | Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-212-6/+181
|\ \
| * | bpf: sk_msg program helper bpf_msg_push_dataJohn Fastabend2018-10-201-0/+134
| * | bpf: skmsg, fix psock create on existing kcm/tls portJohn Fastabend2018-10-201-5/+6
| * | bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKBSong Liu2018-10-191-1/+35
| * | bpf: add queue and stack mapsMauricio Vasquez B2018-10-191-0/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-212-4/+4
|\ \ \
| * | | Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu2018-10-201-2/+1
| * | | net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis2018-10-201-2/+3
* | | | netpoll: allow cleanup to be synchronousDebabrata Banerjee2018-10-191-16/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-192-4/+9
|\| | | | |/ / |/| |
| * | Revert "bond: take rcu lock in netpoll_send_skb_on_dev"David S. Miller2018-10-191-2/+0
| * | ethtool: fix a privilege escalation bugWenwen Wang2018-10-151-2/+6
| * | ethtool: fix a missing-check bugWenwen Wang2018-10-151-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-156-261/+1910
|\ \ \
| * | | bpf: Fix IPv6 dport byte-order in bpf_sk_lookupJoe Stringer2018-10-151-2/+3
| * | | bpf: Allow sk_lookup with IPv6 moduleJoe Stringer2018-10-151-5/+7
| * | | tls: convert to generic sk_msg interfaceDaniel Borkmann2018-10-152-61/+39
| * | | bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann2018-10-154-193/+1844
| * | | bpf: Fix dev pointer dereference from sk_skbJoe Stringer2018-10-131-1/+4
| * | | net: fix generic XDP to handle if eth header was mangledJesper Dangaard Brouer2018-10-091-0/+14
* | | | net: extend sk_pacing_rate to unsigned longEric Dumazet2018-10-152-6/+7
* | | | FDDI: defza: Support capturing outgoing SMT trafficMaciej W. Rozycki2018-10-151-1/+12
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-123-13/+70
|\ \ \ \ | | |/ / | |/| |
| * | | net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-101-2/+26
| * | | net: make skb_partial_csum_set() more robust against overflowsEric Dumazet2018-10-101-5/+7
| * | | devlink: Add helper function for safely copy string paramMoshe Shemesh2018-10-101-1/+18
| * | | devlink: Fix param cmode driverinit for string typeMoshe Shemesh2018-10-101-3/+12
| * | | devlink: Fix param set handling for string typeMoshe Shemesh2018-10-101-3/+8
* | | | net: bridge: add support for per-port vlan statsNikolay Aleksandrov2018-10-121-1/+1
* | | | net: Evict neighbor entries on carrier downDavid Ahern2018-10-121-4/+23
* | | | rtnetlink: Update comment in rtnl_stats_dump regarding strict data checkingDavid Ahern2018-10-101-2/+2
* | | | rtnetlink: Move ifm in valid_fdb_dump_legacy to closer to useDavid Ahern2018-10-101-1/+3
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-082-18/+192
|\ \ \
| * | | bpf: fix building without CONFIG_INETArnd Bergmann2018-10-091-2/+8
| * | | ethtool: don't allow disabling queues with umem installedJakub Kicinski2018-10-051-0/+11
| * | | ethtool: rename local variable max -> currJakub Kicinski2018-10-051-6/+6