aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-38/+94
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-37/+93
2020-07-10devlink: Add devlink health port reporters APIVladyslav Tarasiuk1-0/+50
2020-07-10devlink: Implement devlink health reporters on per-port basisVladyslav Tarasiuk1-17/+77
2020-07-10devlink: Create generic devlink health reporter search functionVladyslav Tarasiuk1-4/+14
2020-07-10devlink: Rework devlink health reporter destructorVladyslav Tarasiuk1-13/+24
2020-07-10devlink: Refactor devlink health reporter constructorVladyslav Tarasiuk1-17/+28
2020-07-09devlink: Move input checks from driver to devlinkDanielle Ratson1-0/+20
2020-07-09devlink: Add a new devlink port split ability attribute and pass to netlinkDanielle Ratson1-0/+3
2020-07-09devlink: Add a new devlink port lanes attribute and pass to netlinkDanielle Ratson1-0/+4
2020-07-09devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson1-43/+11
2020-07-09devlink: Move switch_port attribute of devlink_port_attrs to devlink_portDanielle Ratson1-3/+3
2020-07-09devlink: Move set attribute of devlink_port_attrs to devlink_portDanielle Ratson1-3/+3
2020-07-09Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-07-09inet_diag: support for wider protocol numbersPaolo Abeni1-0/+1
2020-07-08bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook1-1/+1
2020-07-07cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang1-1/+1
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-55/+292
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen1-3/+7
2020-07-01bpf: Fix net/core/filter build errors when INET is not enabledRandy Dunlap1-0/+4
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-33/+75
2020-06-30bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer1-5/+45
2020-06-30bpf: sockmap: Check value of unused args to BPF_PROG_ATTACHLorenz Bauer1-0/+3
2020-06-30bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki1-9/+10
2020-06-30flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki1-11/+2
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata1-2/+2
2020-06-28net: explain the lockdep annotations for dev_uc_unsync()Cong Wang1-0/+10
2020-06-28bpf, sockmap: RCU dereferenced psock may be used outside RCU blockJohn Fastabend1-1/+9
2020-06-28bpf, sockmap: RCU splat with redirect and strparser error or TLSJohn Fastabend1-7/+6
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-22/+40
2020-06-24bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song1-0/+22
2020-06-24bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song1-0/+62
2020-06-24bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song1-0/+82
2020-06-24net: neighbor: add fdb extended attributeNikolay Aleksandrov1-0/+1
2020-06-24bpf: Add SO_KEEPALIVE and related options to bpf_setsockoptDmitry Yakunin1-1/+35
2020-06-24sock: Move sock_valbool_flag to headerDmitry Yakunin1-9/+0
2020-06-23net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-0/+2
2020-06-22net/core/devlink.c: remove new uninitialized_var() usageStephen Rothwell1-1/+1
2020-06-22net: core: try to runtime-resume detached device in __dev_openHeiner Kallweit1-2/+8
2020-06-22devlink: Add support for board.serial_number to info_get cb.Vasundhara Volam1-0/+8
2020-06-22net/devlink: Support setting hardware address of port functionParav Pandit1-0/+76
2020-06-22net/devlink: Support querying hardware address of port functionParav Pandit1-0/+45
2020-06-22net/devlink: Prepare devlink port functions to fill extackParav Pandit1-4/+8
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov2-0/+9
2020-06-22bpf: Rename bpf_htab to bpf_shtab in sock_mapAndrey Ignatov1-41/+41
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill1-0/+1
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu1-6/+10
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu1-21/+1
2020-06-19flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu1-0/+21
2020-06-18net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2-1/+3