summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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
2020-06-04seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam
2020-06-04bpf: Fix unused-var without NETDEVICESMatthieu Baerts
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds
2020-06-02bpf: Add csum_level helper for fixing up csum levelsDaniel Borkmann
2020-06-02bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann
2020-06-01flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki
2020-06-01net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki
2020-06-01flow_dissector: Pull locking up from prog attach callbackJakub Sitnicki
2020-06-01bpf: Allow SO_BINDTODEVICE opt in bpf_setsockoptFerenc Fejes
2020-06-01net: Make locking in sock_bindtoindex optionalFerenc Fejes
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend
2020-06-01bpf: Refactor sockmap redirect code so its easy to reuseJohn Fastabend
2020-06-01xdp: Add xdp_txq_info to xdp_buffDavid Ahern
2020-06-01bpf: Add support to attach bpf program to a devmap entryDavid Ahern
2020-06-01bpf: Add rx_queue_mapping to bpf_sockAmritha Nambiar
2020-06-01bpf, sk_msg: Add get socket storage helpersJohn Fastabend
2020-06-01bpf, sk_msg: Add some generic helpers that may be useful from sk_msgJohn Fastabend
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-06-01devlink: Add ACL control packet trapsIdo Schimmel
2020-06-01devlink: Add layer 3 control packet trapsIdo Schimmel
2020-06-01devlink: Add layer 2 control packet trapsIdo Schimmel
2020-06-01devlink: Add 'control' trap typeIdo Schimmel
2020-06-01devlink: Add 'mirror' trap actionIdo Schimmel
2020-06-01devlink: Create dedicated trap group for layer 3 exceptionsIdo Schimmel
2020-06-01net: remove indirect block netdev event registrationPablo Neira Ayuso
2020-06-01net: flow_offload: consolidate indirect flow_block infrastructurePablo Neira Ayuso
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-29neigh: fix ARP retransmit timer guardHangbin Liu
2020-05-29net: add a new bind_add methodChristoph Hellwig
2020-05-28net: add sock_set_reuseportChristoph Hellwig