summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2020-07-09devlink: Move switch_port attribute of devlink_port_attrs to devlink_portDanielle Ratson
2020-07-09devlink: Move set attribute of devlink_port_attrs to devlink_portDanielle Ratson
2020-07-09Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-07-09inet_diag: support for wider protocol numbersPaolo Abeni
2020-07-08bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook
2020-07-08net: Restrict receive packets queuing to housekeeping CPUsAlex Belits
2020-07-08bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev
2020-07-07cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2020-07-01bpf: Fix net/core/filter build errors when INET is not enabledRandy Dunlap
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-30bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer
2020-06-30bpf: sockmap: Check value of unused args to BPF_PROG_ATTACHLorenz Bauer
2020-06-30bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki
2020-06-30flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata
2020-06-29docs: RCU: Convert rculist_nulls.txt to ReSTMauro Carvalho Chehab
2020-06-28net: explain the lockdep annotations for dev_uc_unsync()Cong Wang
2020-06-28bpf, sockmap: RCU dereferenced psock may be used outside RCU blockJohn Fastabend
2020-06-28bpf, sockmap: RCU splat with redirect and strparser error or TLSJohn Fastabend
2020-06-26net: dev: add a missing kernel-doc annotationMauro Carvalho Chehab
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-24bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song
2020-06-24bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song
2020-06-24bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song
2020-06-24net: neighbor: add fdb extended attributeNikolay Aleksandrov
2020-06-24bpf: Add SO_KEEPALIVE and related options to bpf_setsockoptDmitry Yakunin
2020-06-24sock: Move sock_valbool_flag to headerDmitry Yakunin
2020-06-23net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan
2020-06-22net/core/devlink.c: remove new uninitialized_var() usageStephen Rothwell
2020-06-22net: core: try to runtime-resume detached device in __dev_openHeiner Kallweit
2020-06-22devlink: Add support for board.serial_number to info_get cb.Vasundhara Volam
2020-06-22net/devlink: Support setting hardware address of port functionParav Pandit
2020-06-22net/devlink: Support querying hardware address of port functionParav Pandit
2020-06-22net/devlink: Prepare devlink port functions to fill extackParav Pandit
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov
2020-06-22bpf: Rename bpf_htab to bpf_shtab in sock_mapAndrey Ignatov
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu
2020-06-19flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu
2020-06-18net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet
2020-06-18net: tso: add UDP segmentation supportEric Dumazet
2020-06-18net: tso: cache transport header lengthEric Dumazet
2020-06-18net: tso: constify tso_count_descs() and friendsEric Dumazet
2020-06-18net: napi: remove useless stack traceEric Dumazet
2020-06-18net: fix memleak in register_netdevice()Yang Yingliang
2020-06-18bpf: sk_storage: Prefer to get a free cache_idxMartin KaFai Lau
2020-06-17xdp: Handle frame_sz in xdp_convert_zc_to_xdp_frame()Hangbin Liu