summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-1018-66/+111
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-02-1017-63/+107
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-02-092-14/+17
| | |\
| | | * netfilter: nftables: relax check for stateful expressions in set definitionPablo Neira Ayuso2021-02-091-13/+15
| | | * netfilter: conntrack: skip identical origin tuple in same zone onlyFlorian Westphal2021-02-091-1/+2
| | * | vsock: fix locking in vsock_shutdown()Stefano Garzarella2021-02-092-7/+5
| | * | bridge: mrp: Fix the usage of br_mrp_port_switchdev_set_stateHoratiu Vultur2021-02-083-9/+10
| | |/
| | * vsock/virtio: update credit only if socket is not closedStefano Garzarella2021-02-081-2/+2
| | * net: fix iteration for sctp transport seq_filesNeilBrown2021-02-081-4/+12
| | * net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek2021-02-061-4/+1
| | * net/vmw_vsock: fix NULL pointer dereferenceNorbert Slusarek2021-02-061-1/+1
| | * Merge tag 'wireless-drivers-2021-02-05' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-02-061-1/+1
| | |\
| | | * ath9k: fix build error with LEDS_CLASS=mArnd Bergmann2021-01-281-1/+1
| | * | net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet2021-02-051-5/+6
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-02-043-10/+31
| | |\ \
| | | * | netfilter: flowtable: fix tcp and udp header checksum updateSven Auhagen2021-02-041-2/+2
| | | * | netfilter: nftables: fix possible UAF over chains from packet path in netnsPablo Neira Ayuso2021-02-041-6/+19
| | | * | netfilter: xt_recent: Fix attempt to update deleted entryJozsef Kadlecsik2021-02-041-2/+10
| | * | | net: dsa: call teardown method on probe failureVladimir Oltean2021-02-041-2/+5
| | * | | udp: fix skb_copy_and_csum_datagram with odd segment sizesWillem de Bruijn2021-02-041-2/+10
| | * | | rxrpc: Fix clearance of Tx/Rx ring when releasing a callDavid Howells2021-02-041-2/+0
| | * | | net/qrtr: restrict user-controlled length in qrtr_tun_write_iter()Sabyrzhan Tasbolatov2021-02-031-0/+6
| * | | | Merge tag 'nfsd-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-02-051-3/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SUNRPC: Fix NFS READs that start at non-page-aligned offsetsChuck Lever2021-02-011-3/+4
* | | | | net: add sysfs attribute to control napi threaded modeWei Wang2021-02-092-2/+86
* | | | | net: implement threaded-able napi poll loop supportWei Wang2021-02-091-0/+112
* | | | | net: extract napi poll functionality to __napi_poll()Felix Fietkau2021-02-091-12/+24
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-02-094-4/+12
|\ \ \ \ \
| * | | | | xfrm: Return the correct errno codeZheng Yongjun2021-02-041-1/+1
| * | | | | esp: Simplify the calculation of variablesJiapeng Chong2021-02-041-1/+1
| * | | | | net: Simplify the calculation of variablesJiapeng Zhong2021-01-271-1/+1
| * | | | | xfrm: interface: enable TSO on xfrm interfacesEyal Birger2021-01-081-1/+9
* | | | | | IPv6: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen2021-02-082-1/+7
* | | | | | IPv6: Add "offload failed" indication to routesAmit Cohen2021-02-081-2/+6
* | | | | | IPv4: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen2021-02-082-1/+7
* | | | | | IPv4: Add "offload failed" indication to routesAmit Cohen2021-02-084-2/+12
* | | | | | net: bridge: use switchdev for port flags set through sysfs tooVladimir Oltean2021-02-081-3/+6
* | | | | | rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socketXin Long2021-02-081-45/+24
* | | | | | net-sysfs: Add rtnl locking for getting Tx queue traffic classAlexander Duyck2021-02-081-3/+10
* | | | | | seg6: fool-proof the processing of SRv6 behavior attributesAndrea Mayer2021-02-081-28/+39
* | | | | | Merge tag 'batadv-next-pullrequest-20210208' of git://git.open-mesh.org/linux...Jakub Kicinski2021-02-0855-63/+64
|\ \ \ \ \ \
| * | | | | | batman-adv: Fix names for kernel-doc blocksSven Eckelmann2021-02-065-6/+7
| * | | | | | batman-adv: Avoid sizeof on flexible structureSven Eckelmann2021-02-061-1/+1
| * | | | | | batman-adv: Drop publication years from copyright infoSven Eckelmann2021-02-0655-55/+55
| * | | | | | batman-adv: Start new development cycleSimon Wunderlich2021-02-051-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2021-02-0638-230/+388
|\ \ \ \ \ \ \
| * | | | | | | netfilter: nftables: remove redundant assignment of variable errColin Ian King2021-02-061-3/+1
| * | | | | | | netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso2021-01-271-2/+1
| * | | | | | | netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso2021-01-2718-83/+91
| * | | | | | | netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2021-01-2722-130/+127