summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2021-07-28net: let flow have same hash in two directionszhang kai
2021-07-28devlink: Remove duplicated registration checkLeon Romanovsky
2021-07-27bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend
2021-07-27bpf, sockmap: On cleanup we additionally need to remove cached skbJohn Fastabend
2021-07-27bpf, sockmap: Zap ingress queues after stopping strparserJohn Fastabend
2021-07-27net: bonding: move ioctl handling to private ndo operationArnd Bergmann
2021-07-27net: bridge: move bridge ioctls out of .ndo_do_ioctlArnd Bergmann
2021-07-27net: socket: return changed ifreq from SIOCDEVPRIVATEArnd Bergmann
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-27dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann
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