aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-05sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin1-0/+1
2018-11-05net: core: netpoll: Enable netconsole IPv6 link local addressMatwey V. Kornilov1-1/+2
2018-11-05rtnetlink: restore handling of dumpit return value in rtnl_dump_all()Alexey Kodanev1-1/+1
2018-11-03net: do not abort bulk send on BQL statusEric Dumazet1-1/+1
2018-11-02net: document skb parameter in function 'skb_gso_size_check'Mathieu Malaterre1-0/+2
2018-10-29rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel1-0/+10
2018-10-28net: Properly unlink GRO packets on overflow.David S. Miller1-1/+1
2018-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-6/+25
2018-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-6/+9
2018-10-26net/neigh: fix NULL deref in pneigh_dump_table()Eric Dumazet1-2/+2
2018-10-26bpf: fix wrong helper enablement in cgroup local storageDaniel Borkmann1-4/+0
2018-10-25Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+1
2018-10-25bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann1-2/+8
2018-10-25bpf: make direct packet write unclone more robustDaniel Borkmann1-0/+11
2018-10-25bpf: disallow direct packet access for unpriv in cg_skbDaniel Borkmann1-0/+6
2018-10-24net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti1-2/+3
2018-10-24net: rtnl_dump_all needs to propagate error from dumpit functionDavid Ahern1-2/+4
2018-10-23cgroup, netclassid: add a preemption point to write_classidMichal Hocko1-0/+1
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-6/+181
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+4
2018-10-20Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu1-2/+1
2018-10-20bpf: sk_msg program helper bpf_msg_push_dataJohn Fastabend1-0/+134
2018-10-20net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis1-2/+3
2018-10-19netpoll: allow cleanup to be synchronousDebabrata Banerjee1-16/+5
2018-10-20bpf: skmsg, fix psock create on existing kcm/tls portJohn Fastabend1-5/+6
2018-10-19bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKBSong Liu1-1/+35
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B1-0/+6
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+9
2018-10-19Revert "bond: take rcu lock in netpoll_send_skb_on_dev"David S. Miller1-2/+0
2018-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-261/+1910
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet2-6/+7
2018-10-15FDDI: defza: Support capturing outgoing SMT trafficMaciej W. Rozycki1-1/+12
2018-10-15ethtool: fix a privilege escalation bugWenwen Wang1-2/+6
2018-10-15ethtool: fix a missing-check bugWenwen Wang1-0/+3
2018-10-15bpf: Fix IPv6 dport byte-order in bpf_sk_lookupJoe Stringer1-2/+3
2018-10-15bpf: Allow sk_lookup with IPv6 moduleJoe Stringer1-5/+7
2018-10-15tls: convert to generic sk_msg interfaceDaniel Borkmann2-61/+39
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann4-193/+1844
2018-10-13bpf: Fix dev pointer dereference from sk_skbJoe Stringer1-1/+4
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-13/+70
2018-10-12net: bridge: add support for per-port vlan statsNikolay Aleksandrov1-1/+1
2018-10-12net: Evict neighbor entries on carrier downDavid Ahern1-4/+23
2018-10-10net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-2/+26
2018-10-10rtnetlink: Update comment in rtnl_stats_dump regarding strict data checkingDavid Ahern1-2/+2
2018-10-10rtnetlink: Move ifm in valid_fdb_dump_legacy to closer to useDavid Ahern1-1/+3
2018-10-10net: make skb_partial_csum_set() more robust against overflowsEric Dumazet1-5/+7
2018-10-10devlink: Add helper function for safely copy string paramMoshe Shemesh1-1/+18
2018-10-10devlink: Fix param cmode driverinit for string typeMoshe Shemesh1-3/+12
2018-10-10devlink: Fix param set handling for string typeMoshe Shemesh1-3/+8