summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2020-03-23net: Make skb_segment not to compute checksum if network controller supports ...Yadu Kishore1-8/+15
2020-03-19netfilter: revert introduction of egress hookDaniel Borkmann1-22/+5
2020-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-5/+22
2020-03-18net: core: dev.c: fix a documentation warningMauro Carvalho Chehab1-1/+1
2020-03-18net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski1-0/+4
2020-03-18netfilter: Introduce egress hookLukas Wunner1-3/+20
2020-03-18netfilter: Generalize ingress hookLukas Wunner1-1/+1
2020-03-18netfilter: Rename ingress hook include fileLukas Wunner1-1/+1
2020-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-44/+178
2020-03-13bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHERBjörn Töpel1-3/+2
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-4/+8
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-23/+62
2020-03-13bpf: Add bpf_xdp_output() helperEelco Chaudron1-1/+15
2020-03-13flow_offload: Add flow_match_ct to get rule ct matchPaul Blakey1-0/+7
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller1-1/+2
2020-03-12Revert "net: sched: make newly activated qdiscs visible"Julian Wiedmann1-1/+0
2020-03-12net: sched: make newly activated qdiscs visibleJulian Wiedmann1-0/+1
2020-03-11bpf, sockmap: Remove bucket->lock from sock_{hash|map}_freeJohn Fastabend1-4/+8
2020-03-11pktgen: Allow on loopback deviceLukas Wunner1-2/+2
2020-03-11net: memcg: late association of sock to memcgShakeel Butt1-1/+4
2020-03-10cgroup, netclassid: periodically release file_lock on classid updatingDmitry Yakunin1-10/+37
2020-03-10bpf: sockmap: Add UDP supportLorenz Bauer1-4/+33
2020-03-10bpf: sockmap: Simplify sock_map_init_protoLorenz Bauer1-15/+4
2020-03-10bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer1-5/+101
2020-03-10bpf: tcp: Move assertions into tcp_bpf_get_protoLorenz Bauer1-16/+9
2020-03-10bpf: sockmap: Only check ULP for TCP socketsLorenz Bauer1-4/+2
2020-03-04bpf: Add gso_size to __sk_buffWillem de Bruijn1-14/+30
2020-03-04devlink: Introduce devlink port flavour virtualParav Pandit1-0/+2
2020-03-04devlink: validate length of region addr/lenJakub Kicinski1-0/+2
2020-03-04devlink: validate length of param valuesJakub Kicinski1-12/+19
2020-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-15/+280
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni1-18/+7
2020-02-28net: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva3-3/+3
2020-02-28bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau1-6/+277
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-15/+25
2020-02-27net: fix sysfs permssions when device changes network namespaceChristian Brauner1-1/+8
2020-02-27net-sysfs: add queue_change_owner()Christian Brauner1-0/+106
2020-02-27net-sysfs: add netdev_change_owner()Christian Brauner2-0/+29
2020-02-27net: core: devlink.c: Use built-in RCU list checkingMadhuparna Bhowmik1-9/+10
2020-02-26net: Fix Tx hash bound checkingAmritha Nambiar1-0/+2
2020-02-25devlink: extend devlink_trap_report() to accept cookie and passJiri Pirko1-3/+8
2020-02-25drop_monitor: extend by passing cookie from driverJiri Pirko1-1/+32
2020-02-25devlink: add trap metadata type for cookieJiri Pirko1-0/+3
2020-02-25flow_offload: pass action cookie through offload structuresJiri Pirko1-0/+21
2020-02-25bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller2-9/+3
2020-02-24devlink: add ACL generic packet trapsJiri Pirko1-0/+3
2020-02-24net: Remove unneeded export of a couple of xdp generic functionsDavid Ahern2-2/+0
2020-02-24net: core: devlink.c: Hold devlink->lock from the beginning of devlink_dpipe_...Madhuparna Bhowmik1-7/+14
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-72/+188
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-42/+26