summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2021-07-27net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann
2021-07-27net: netlink: add the case when nlh is NULLYajun Deng
2021-07-26flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva
2021-07-25devlink: Fix phys_port_name of virtual port and merge errorParav Pandit
2021-07-23bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-23net: socket: simplify dev_ifconf handlingArnd Bergmann
2021-07-23net: socket: remove register_gifconfArnd Bergmann
2021-07-23net: socket: rework SIOC?IFMAP ioctlsArnd Bergmann
2021-07-22net: selftests: add MTU testOleksij Rempel
2021-07-21ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman
2021-07-20memcg: enable accounting for scm_fp_list objectsVasily Averin
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin
2021-07-20memcg: enable accounting for net_device and Tx/Rx queuesVasily Averin
2021-07-18net: Fix zero-copy head len calculation.Pravin B Shelar
2021-07-16skbuff: Fix a potential race while recycling page_pool packetsIlias Apalodimas
2021-07-16rtnetlink: use nlmsg_notify() in rtnetlink_send()Yajun Deng
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-07-15af_unix: Implement ->psock_update_sk_prot()Cong Wang
2021-07-15sock_map: Lift socket state restriction for datagram socketsCong Wang
2021-07-15sock_map: Relax config dependency to CONFIG_NETCong Wang
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-07-15bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend
2021-07-15net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-13xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo
2021-07-09net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cacheAntoine Tenart
2021-07-08skbuff: Fix build with SKB extensions disabledFlorian Fainelli
2021-07-07sock: unlock on error in sock_setsockopt()Dan Carpenter
2021-07-07bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi
2021-07-07bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi
2021-07-07net: core: Split out code to run generic XDP progKumar Kartikeya Dwivedi
2021-07-07bpf: Add function for XDP meta data length checkZvi Effron
2021-07-06skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey
2021-07-02sock: fix error in sock_setsockopt()Eric Dumazet
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu
2021-07-01net: annotate data race around sk_ll_usecEric Dumazet
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-29net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del}Vladimir Oltean
2021-06-29net: use netdev_info in ndo_dflt_fdb_{add,del}Vladimir Oltean
2021-06-29net: sock: add trace for socket errorsAlexander Aring
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-28net: update netdev_rx_csum_fault() print dump only onceTanner Love
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-06-28xdp: Move the rxq_info.mem clearing to unreg_mem_model()Jakub Kicinski
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-06-24net: retrieve netns cookie via getsocketoptMartynas Pumputis