aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-22/+40
2020-06-24net: neighbor: add fdb extended attributeNikolay Aleksandrov1-0/+1
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-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
2020-06-18net: tso: add UDP segmentation supportEric Dumazet1-11/+18
2020-06-18net: tso: cache transport header lengthEric Dumazet1-4/+7
2020-06-18net: tso: constify tso_count_descs() and friendsEric Dumazet1-3/+3
2020-06-18net: napi: remove useless stack traceEric Dumazet1-1/+3
2020-06-18net: fix memleak in register_netdevice()Yang Yingliang1-0/+7
2020-06-17xdp: Handle frame_sz in xdp_convert_zc_to_xdp_frame()Hangbin Liu1-0/+1
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-37/+63
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-16/+41
2020-06-12bpf: Fix memlock accounting for sock_hashAndrey Ignatov1-0/+4
2020-06-12bpf: sockmap: Don't attach programs to UDP socketsLorenz Bauer1-4/+6
2020-06-11net/filter: Permit reading NET in load_bytes_relative when MAC not setYiFei Zhu1-7/+9
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-06-09net: change addr_list_lock back to static keyCong Wang3-21/+22
2020-06-09bpf, sockhash: Synchronize delete from bucket list on map freeJakub Sitnicki1-2/+21
2020-06-09bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_freeJakub Sitnicki1-0/+1
2020-06-08net/sysctl: use cpumask_parse in flow_limit_cpu_sysctlChristoph Hellwig1-1/+1
2020-06-04net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish1-22/+18
2020-06-04seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam1-1/+1
2020-06-04bpf: Fix unused-var without NETDEVICESMatthieu Baerts1-3/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds21-785/+1275
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-2/+3
2020-06-02bpf: Add csum_level helper for fixing up csum levelsDaniel Borkmann1-0/+38
2020-06-02bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann1-2/+6
2020-06-01flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki1-121/+4
2020-06-01net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki1-36/+69
2020-06-01flow_dissector: Pull locking up from prog attach callbackJakub Sitnicki1-20/+20
2020-06-01bpf: Allow SO_BINDTODEVICE opt in bpf_setsockoptFerenc Fejes1-1/+27
2020-06-01net: Make locking in sock_bindtoindex optionalFerenc Fejes1-4/+6
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend1-3/+40
2020-06-01bpf: Refactor sockmap redirect code so its easy to reuseJohn Fastabend1-21/+34
2020-06-01xdp: Add xdp_txq_info to xdp_buffDavid Ahern1-0/+17
2020-06-01bpf: Add support to attach bpf program to a devmap entryDavid Ahern1-0/+18
2020-06-01bpf: Add rx_queue_mapping to bpf_sockAmritha Nambiar1-0/+18
2020-06-01bpf, sk_msg: Add get socket storage helpersJohn Fastabend1-0/+15
2020-06-01bpf, sk_msg: Add some generic helpers that may be useful from sk_msgJohn Fastabend1-0/+16
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+0