summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2020-10-01bpf: Fix clobbering of r2 in bpf_gen_ld_absDaniel Borkmann
2020-09-26Revert "netns: don't disable BHs when locking "nsid_lock""Taehee Yoo
2020-09-26net: Fix bridge enslavement failureIdo Schimmel
2020-09-26ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern
2020-09-23net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin
2020-09-12net: disable netpoll on fresh napisJakub Kicinski
2020-08-27net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin
2020-08-26bpf: sock_ops sk access may stomp registers when dst_reg = src_regJohn Fastabend
2020-08-26bpf: sock_ops ctx access may stomp registers in corner caseJohn Fastabend
2020-08-21net/compat: Add missing sock updates for SCM_RIGHTSKees Cook
2020-08-19net: Fix potential memory leak in proto_register()Miaohe Lin
2020-07-30devlink: ignore -EOPNOTSUPP errors on dumpitJakub Kicinski
2020-07-29mlxsw: spectrum: Use different trap group for externally routed packetsIdo Schimmel
2020-07-24dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan
2020-07-24flow_offload: Move rhashtable inclusion to the source fileHerbert Xu
2020-07-21net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang
2020-07-21udp: Copy has_conns in reuseport_grow().Kuniyuki Iwashima
2020-07-17rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-07-09Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-07-08bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook
2020-07-07cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
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-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-23net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan
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: fix memleak in register_netdevice()Yang Yingliang
2020-06-17xdp: Handle frame_sz in xdp_convert_zc_to_xdp_frame()Hangbin Liu
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-12bpf: Fix memlock accounting for sock_hashAndrey Ignatov
2020-06-12bpf: sockmap: Don't attach programs to UDP socketsLorenz Bauer
2020-06-11net/filter: Permit reading NET in load_bytes_relative when MAC not setYiFei Zhu
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-06-09net: change addr_list_lock back to static keyCong Wang
2020-06-09bpf, sockhash: Synchronize delete from bucket list on map freeJakub Sitnicki
2020-06-09bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_freeJakub Sitnicki
2020-06-08net/sysctl: use cpumask_parse in flow_limit_cpu_sysctlChristoph Hellwig
2020-06-04net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish