summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: core: don't call SIOCBRADD/DELIF for non-bridge devicesNikolay Aleksandrov2021-08-051-0/+2
* | | net: bridge: fix ioctl lockingNikolay Aleksandrov2021-08-051-1/+6
* | | net: fix GRO skb truesize updatePaolo Abeni2021-08-051-1/+1
* | | net: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-041-2/+2
* | | pktgen: Remove redundant clone_skb overrideNick Richardson2021-08-041-5/+0
* | | sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov2021-08-041-0/+13
* | | net: add netif_set_real_num_queues() for device reconfigJakub Kicinski2021-08-041-0/+44
* | | net: add extack arg for link opsRocco Yue2021-08-041-4/+5
* | | move netdev_boot_setup into Space.cArnd Bergmann2021-08-031-125/+0
* | | net: Keep vertical alignmentYajun Deng2021-08-031-3/+4
* | | bpf: use skb_expand_head in bpf_out_neigh_v4/6Vasily Averin2021-08-031-22/+5
* | | skbuff: introduce skb_expand_head()Vasily Averin2021-08-031-0/+42
|/ /
* | 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