summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | net: core: Fix build with CONFIG_IPV6=mJoe Stringer2018-10-041-1/+1
| * | | bpf: Add helper to retrieve socket in BPFJoe Stringer2018-10-031-0/+151
| * | | bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer2018-10-031-12/+18
* | | | rtnetlink: Update rtnl_fdb_dump for strict data checkingDavid Ahern2018-10-081-2/+60
* | | | rtnetlink: Move input checking for rtnl_fdb_dump to helperDavid Ahern2018-10-081-20/+33
* | | | net/fib_rules: Update fib_nl_dumprule for strict data checkingDavid Ahern2018-10-081-1/+35
* | | | net/namespace: Update rtnl_net_dumpid for strict data checkingDavid Ahern2018-10-081-0/+6
* | | | net/neighbor: Update neightbl_dump_info for strict data checkingDavid Ahern2018-10-081-3/+35
* | | | net/neighbor: Update neigh_dump_info for strict data checkingDavid Ahern2018-10-081-15/+67
* | | | rtnetlink: Update rtnl_stats_dump for strict data checkingDavid Ahern2018-10-081-2/+22
* | | | rtnetlink: Update rtnl_bridge_getlink for strict data checkingDavid Ahern2018-10-081-13/+57
OpenPOWER on IntegriCloud