summaryrefslogtreecommitdiff
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2020-06-241-1/+1
|\
| * mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-06-211-1/+1
* | Merge remote-tracking branch 'seccomp/for-next/seccomp'Stephen Rothwell2020-06-241-40/+10
|\ \
| * | fs: Add fd_install_received() wrapper for __fd_install_received()Kees Cook2020-06-221-1/+1
| * | fs: Move __scm_install_fd() to __fd_install_received()Kees Cook2020-06-211-31/+1
| * | net/scm: Regularize compat handling of scm_detach_fds()Kees Cook2020-06-191-9/+9
| |/
* | Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell2020-06-241-2/+2
|\ \
| * | docs: RCU: Convert rculist_nulls.txt to ReSTMauro Carvalho Chehab2020-06-171-2/+2
| |/
* | Merge remote-tracking branch 'bpf-next/master'Stephen Rothwell2020-06-242-45/+87
|\ \
| * | bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov2020-06-222-0/+9
| * | bpf: Rename bpf_htab to bpf_shtab in sock_mapAndrey Ignatov2020-06-221-41/+41
| * | bpf: sk_storage: Prefer to get a free cache_idxMartin KaFai Lau2020-06-181-4/+37
| |/
* | Merge remote-tracking branch 'net-next/master'Stephen Rothwell2020-06-243-24/+175
|\ \
| * | net/core/devlink.c: remove new uninitialized_var() usageStephen Rothwell2020-06-221-1/+1
| * | net: core: try to runtime-resume detached device in __dev_openHeiner Kallweit2020-06-221-2/+8
| * | devlink: Add support for board.serial_number to info_get cb.Vasundhara Volam2020-06-221-0/+8
| * | net/devlink: Support setting hardware address of port functionParav Pandit2020-06-221-0/+76
| * | net/devlink: Support querying hardware address of port functionParav Pandit2020-06-221-0/+45
| * | net/devlink: Prepare devlink port functions to fill extackParav Pandit2020-06-221-4/+8
| * | net: tso: add UDP segmentation supportEric Dumazet2020-06-181-11/+18
| * | net: tso: cache transport header lengthEric Dumazet2020-06-181-4/+7
| * | net: tso: constify tso_count_descs() and friendsEric Dumazet2020-06-181-3/+3
| * | net: napi: remove useless stack traceEric Dumazet2020-06-181-1/+3
| |/
* | net: Add MODULE_DESCRIPTION entries to network modulesRob Gill2020-06-201-0/+1
* | net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-191-6/+10
* | flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu2020-06-191-21/+1
* | flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu2020-06-191-0/+21
* | net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2020-06-182-1/+3
* | net: fix memleak in register_netdevice()Yang Yingliang2020-06-181-0/+7
* | xdp: Handle frame_sz in xdp_convert_zc_to_xdp_frame()Hangbin Liu2020-06-171-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-135-37/+63
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-132-16/+41
| |\
| | * bpf: Fix memlock accounting for sock_hashAndrey Ignatov2020-06-121-0/+4
| | * bpf: sockmap: Don't attach programs to UDP socketsLorenz Bauer2020-06-121-4/+6
| | * net/filter: Permit reading NET in load_bytes_relative when MAC not setYiFei Zhu2020-06-111-7/+9
| | * bpf, sockhash: Synchronize delete from bucket list on map freeJakub Sitnicki2020-06-091-2/+21
| | * bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_freeJakub Sitnicki2020-06-091-0/+1
| | * bpf: Fix unused-var without NETDEVICESMatthieu Baerts2020-06-041-3/+0
| * | net: change addr_list_lock back to static keyCong Wang2020-06-093-21/+22
* | | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-101-1/+1
|\ \ \ | |/ / |/| |
| * | net/sysctl: use cpumask_parse in flow_limit_cpu_sysctlChristoph Hellwig2020-06-081-1/+1
* | | net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish2020-06-041-22/+18
* | | seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam2020-06-041-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0321-785/+1275
|\ \
| * | bpf: Add csum_level helper for fixing up csum levelsDaniel Borkmann2020-06-021-0/+38
| * | bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann2020-06-021-2/+6
| * | flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki2020-06-011-121/+4
| * | net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki2020-06-011-36/+69
| * | flow_dissector: Pull locking up from prog attach callbackJakub Sitnicki2020-06-011-20/+20
| * | bpf: Allow SO_BINDTODEVICE opt in bpf_setsockoptFerenc Fejes2020-06-011-1/+27