summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
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-28devlink: Remove duplicated registration checkLeon Romanovsky1-9/+10
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-27flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva1-4/+8
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-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-75/+62
2021-07-16af_unix: Implement ->psock_update_sk_prot()Cong Wang1-0/+1
2021-07-16sock_map: Lift socket state restriction for datagram socketsCong Wang1-20/+1
2021-07-16sock_map: Relax config dependency to CONFIG_NETCong Wang1-2/+0
2021-07-16Merge 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
2021-07-08sock: unlock on error in sock_setsockopt()Dan Carpenter1-2/+4
2021-07-08bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi1-18/+0
2021-07-08bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi2-3/+6
2021-07-08net: core: Split out code to run generic XDP progKumar Kartikeya Dwivedi1-31/+53
2021-07-08bpf: Add function for XDP meta data length checkZvi Effron1-2/+2
2021-07-06skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey2-0/+14
2021-07-02sock: fix error in sock_setsockopt()Eric Dumazet1-1/+1
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu1-3/+62
2021-07-01net: annotate data race around sk_ll_usecEric Dumazet1-1/+1
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds17-244/+1427
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-45/+42
2021-06-29net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del}Vladimir Oltean1-2/+2