summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2021-08-08devlink: Simplify devlink port API callsLeon Romanovsky1-48/+47
2021-08-05net: Remove redundant if statementsYajun Deng4-22/+11
2021-08-05net: core: don't call SIOCBRADD/DELIF for non-bridge devicesNikolay Aleksandrov1-0/+2
2021-08-05net: bridge: fix ioctl lockingNikolay Aleksandrov1-1/+6
2021-08-05net: fix GRO skb truesize updatePaolo Abeni1-1/+1
2021-08-04net: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-08-04pktgen: Remove redundant clone_skb overrideNick Richardson1-5/+0
2021-08-04sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov1-0/+13
2021-08-04net: add netif_set_real_num_queues() for device reconfigJakub Kicinski1-0/+44
2021-08-04net: add extack arg for link opsRocco Yue1-4/+5
2021-08-03move netdev_boot_setup into Space.cArnd Bergmann1-125/+0
2021-08-03net: Keep vertical alignmentYajun Deng1-3/+4
2021-08-03bpf: use skb_expand_head in bpf_out_neigh_v4/6Vasily Averin1-22/+5
2021-08-03skbuff: introduce skb_expand_head()Vasily Averin1-0/+42
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-30net/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-28bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend1-6/+0
2021-07-28bpf, sockmap: On cleanup we additionally need to remove cached skbJohn Fastabend1-6/+29
2021-07-28bpf, 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-27flow_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-24bpf: 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