summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+34
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-28/+39
2021-07-30devlink: Allocate devlink directly in requested net namespaceLeon Romanovsky1-18/+8
2021-07-30devlink: Break parameter notification sequence to be before/after unload/load...Leon Romanovsky1-12/+20
2021-07-30sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni1-1/+1
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti1-3/+2
2021-07-29mctp: Add MCTP baseJeremy Kerr1-0/+1
2021-07-29skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni2-4/+15
2021-07-29net: optimize GRO for the common case.Paolo Abeni2-11/+28
2021-07-29sk_buff: track extension status in slow_groPaolo Abeni1-0/+1
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-11/+28
2021-07-28net: let flow have same hash in two directionszhang kai1-9/+9
2021-07-28devlink: Remove duplicated registration checkLeon Romanovsky1-9/+10
2021-07-27bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend1-6/+0
2021-07-27bpf, sockmap: On cleanup we additionally need to remove cached skbJohn Fastabend1-6/+29
2021-07-27bpf, sockmap: Zap ingress queues after stopping strparserJohn Fastabend1-2/+2
2021-07-27net: bonding: move ioctl handling to private ndo operationArnd Bergmann1-4/+4
2021-07-27net: bridge: move bridge ioctls out of .ndo_do_ioctlArnd Bergmann1-3/+8
2021-07-27net: socket: return changed ifreq from SIOCDEVPRIVATEArnd Bergmann1-3/+1
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann1-2/+18
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-11/+27
2021-07-27dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann1-10/+12
2021-07-27net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann1-3/+22
2021-07-27net: netlink: add the case when nlh is NULLYajun Deng1-5/+1
2021-07-26flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva1-4/+8
2021-07-25devlink: Fix phys_port_name of virtual port and merge errorParav Pandit1-8/+2
2021-07-23bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau1-0/+34
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-15/+53
2021-07-23net: socket: simplify dev_ifconf handlingArnd Bergmann1-26/+29
2021-07-23net: socket: remove register_gifconfArnd Bergmann1-33/+10
2021-07-23net: socket: rework SIOC?IFMAP ioctlsArnd Bergmann1-13/+52
2021-07-22net: selftests: add MTU testOleksij Rempel1-0/+12
2021-07-21ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman1-0/+2
2021-07-20memcg: enable accounting for scm_fp_list objectsVasily Averin1-2/+2
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin1-2/+2
2021-07-20memcg: enable accounting for net_device and Tx/Rx queuesVasily Averin1-3/+3
2021-07-18net: Fix zero-copy head len calculation.Pravin B Shelar1-1/+4
2021-07-16skbuff: Fix a potential race while recycling page_pool packetsIlias Apalodimas1-1/+12
2021-07-16rtnetlink: use nlmsg_notify() in rtnetlink_send()Yajun Deng1-8/+1
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-75/+62
2021-07-15af_unix: Implement ->psock_update_sk_prot()Cong Wang1-0/+1
2021-07-15sock_map: Lift socket state restriction for datagram socketsCong Wang1-20/+1
2021-07-15sock_map: Relax config dependency to CONFIG_NETCong Wang1-2/+0
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-9/+21
2021-07-15bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend1-5/+11
2021-07-15net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu1-4/+16
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-5/+83
2021-07-13xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo1-4/+10
2021-07-09net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cacheAntoine Tenart1-0/+2
2021-07-08skbuff: Fix build with SKB extensions disabledFlorian Fainelli1-1/+2