summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-311-0/+34
|\
| * bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2021-07-231-0/+34
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-313-28/+39
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-291-11/+28
| |\ \
| | * | bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend2021-07-271-6/+0
| | * | bpf, sockmap: On cleanup we additionally need to remove cached skbJohn Fastabend2021-07-271-6/+29
| | * | bpf, sockmap: Zap ingress queues after stopping strparserJohn Fastabend2021-07-271-2/+2
| * | | net: let flow have same hash in two directionszhang kai2021-07-281-9/+9
| * | | devlink: Fix phys_port_name of virtual port and merge errorParav Pandit2021-07-251-8/+2
* | | | devlink: Allocate devlink directly in requested net namespaceLeon Romanovsky2021-07-301-18/+8
* | | | devlink: Break parameter notification sequence to be before/after unload/load...Leon Romanovsky2021-07-301-12/+20
* | | | sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni2021-07-301-1/+1
* | | | net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-291-3/+2
* | | | mctp: Add MCTP baseJeremy Kerr2021-07-291-0/+1
* | | | skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni2021-07-292-4/+15
* | | | net: optimize GRO for the common case.Paolo Abeni2021-07-292-11/+28
* | | | sk_buff: track extension status in slow_groPaolo Abeni2021-07-291-0/+1
* | | | devlink: Remove duplicated registration checkLeon Romanovsky2021-07-281-9/+10
* | | | net: bonding: move ioctl handling to private ndo operationArnd Bergmann2021-07-271-4/+4
* | | | net: bridge: move bridge ioctls out of .ndo_do_ioctlArnd Bergmann2021-07-271-3/+8
* | | | net: socket: return changed ifreq from SIOCDEVPRIVATEArnd Bergmann2021-07-271-3/+1
* | | | net: split out ndo_siowandev ioctlArnd Bergmann2021-07-271-2/+18
* | | | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-11/+27
* | | | dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann2021-07-271-10/+12
* | | | net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann2021-07-271-3/+22
* | | | net: netlink: add the case when nlh is NULLYajun Deng2021-07-271-5/+1
* | | | flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva2021-07-261-4/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-233-15/+53
|\| | |
| * | | net: Fix zero-copy head len calculation.Pravin B Shelar2021-07-181-1/+4
| * | | skbuff: Fix a potential race while recycling page_pool packetsIlias Apalodimas2021-07-161-1/+12
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-152-9/+21
| |\ \
| | * | bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend2021-07-151-5/+11
| | * | xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo2021-07-131-4/+10
| * | | net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu2021-07-151-4/+16
* | | | net: socket: simplify dev_ifconf handlingArnd Bergmann2021-07-231-26/+29
* | | | net: socket: remove register_gifconfArnd Bergmann2021-07-231-33/+10
* | | | net: socket: rework SIOC?IFMAP ioctlsArnd Bergmann2021-07-231-13/+52
* | | | net: selftests: add MTU testOleksij Rempel2021-07-221-0/+12
* | | | ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman2021-07-211-0/+2
* | | | memcg: enable accounting for scm_fp_list objectsVasily Averin2021-07-201-2/+2
* | | | memcg: enable accounting for IP address and routing-related objectsVasily Averin2021-07-201-2/+2
* | | | memcg: enable accounting for net_device and Tx/Rx queuesVasily Averin2021-07-201-3/+3
| |_|/ |/| |
* | | rtnetlink: use nlmsg_notify() in rtnetlink_send()Yajun Deng2021-07-161-8/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-154-75/+62
|\ \ \ | |/ / |/| |
| * | af_unix: Implement ->psock_update_sk_prot()Cong Wang2021-07-151-0/+1
| * | sock_map: Lift socket state restriction for datagram socketsCong Wang2021-07-151-20/+1
| * | sock_map: Relax config dependency to CONFIG_NETCong Wang2021-07-151-2/+0
| * | bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi2021-07-071-18/+0
| * | bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi2021-07-072-3/+6
| * | net: core: Split out code to run generic XDP progKumar Kartikeya Dwivedi2021-07-071-31/+53