summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi2021-02-023-7/+66
* net: ip_tunnel: fix mtu calculationVadim Fedorenko2021-02-021-9/+7
* vsock: fix the race conditions in multi-transport supportAlexander Popov2021-02-021-5/+12
* net: sched: replaced invalid qdisc tree flush helper in qdisc_replaceAlexander Ovechkin2021-02-021-1/+1
* ibmvnic: device remove has higher precedence over resetLijun Pan2021-02-021-5/+0
* net: dsa: mv88e6xxx: override existent unicast portvec in port_fdb_addDENG Qingfang2021-02-021-1/+5
* neighbour: Prevent a dead entry from updating gc_listChinmay Agarwal2021-01-301-3/+4
* rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells2021-01-302-6/+6
* r8169: work around RTL8125 UDP hw bugHeiner Kallweit2021-01-301-6/+65
* net: arcnet: Fix RESET flag handlingAhmed S. Darwish2021-01-308-14/+78
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-01-294-3/+27
|\
| * bpf, preload: Fix build when $(O) points to a relative pathQuentin Monnet2021-01-261-1/+4
| * bpf: Drop disabled LSM hooks from the sleepable setMikko Ylinen2021-01-261-0/+12
| * bpf, inode_storage: Put file handler if no storage was foundPan Bian2021-01-221-1/+5
| * bpf, cgroup: Fix problematic bounds checkLoris Reiff2021-01-221-1/+1
| * bpf, cgroup: Fix optlen WARN_ON_ONCE toctouLoris Reiff2021-01-221-0/+5
* | Merge tag 'net-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-2993-441/+817
|\ \
| * | rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa2021-01-281-0/+1
| * | Merge branch 'mlxsw-various-fixes'Jakub Kicinski2021-01-284-2/+9
| |\ \
| | * | mlxsw: spectrum_span: Do not overwrite policer configurationIdo Schimmel2021-01-282-0/+7
| | * | selftests: forwarding: Specify interface when invoking mausezahnDanielle Ratson2021-01-282-2/+2
| |/ /
| * | stmmac: intel: Configure EHL PSE0 GbE and PSE1 GbE to 32 bits DMA addressingVoon Weifeng2021-01-281-0/+2
| * | net: usb: cdc_ether: added support for Thales Cinterion PLSx3 modem family.Giacinto Cifelli2021-01-281-0/+6
| * | Merge tag 'mlx5-fixes-2021-01-26' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2021-01-2810-55/+114
| |\ \
| | * | net/mlx5: CT: Fix incorrect removal of tuple_nat_node from nat rhashtablePaul Blakey2021-01-271-7/+13
| | * | net/mlx5e: Revert parameters on errors when changing MTU and LRO state withou...Maxim Mikityanskiy2021-01-271-9/+21
| | * | net/mlx5e: Revert parameters on errors when changing trust state without resetMaxim Mikityanskiy2021-01-271-5/+8
| | * | net/mlx5e: Correctly handle changing the number of queues when the interface ...Maxim Mikityanskiy2021-01-272-1/+14
| | * | net/mlx5e: Fix CT rule + encap slow path offload and deletionPaul Blakey2021-01-271-0/+7
| | * | net/mlx5e: Disable hw-tc-offload when MLX5_CLS_ACT config is disabledMaor Dickman2021-01-272-1/+3
| | * | net/mlx5: Maintain separate page trees for ECPF and PF functionsDaniel Jurgens2021-01-271-24/+34
| | * | net/mlx5e: Fix IPSEC statsMaxim Mikityanskiy2021-01-271-2/+2
| | * | net/mlx5e: Reduce tc unsupported key print levelMaor Dickman2021-01-271-2/+2
| | * | net/mlx5e: free page before returnPan Bian2021-01-271-1/+1
| | * | net/mlx5e: E-switch, Fix rate calculation for overflowParav Pandit2021-01-271-3/+8
| | * | net/mlx5: Fix memory leak on flow table creation error flowRoi Dayan2021-01-271-0/+1
| * | | ibmvnic: Ensure that CRQ entry read are correctly orderedLijun Pan2021-01-281-0/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-01-283-18/+30
| |\ \ \
| | * | | netfilter: nft_dynset: dump expressions when set definition contains no expre...Pablo Neira Ayuso2021-01-161-14/+17
| | * | | netfilter: nft_dynset: add timeout extension to templatePablo Neira Ayuso2021-01-161-1/+3
| | * | | netfilter: nft_dynset: honor stateful expressions in set definitionPablo Neira Ayuso2021-01-163-3/+10
| * | | | Merge tag 'linux-can-fixes-for-5.11-20210127' of git://git.kernel.org/pub/scm...Jakub Kicinski2021-01-281-1/+1
| |\ \ \ \
| | * | | | can: dev: prevent potential information leak in can_fill_info()Dan Carpenter2021-01-271-1/+1
| * | | | | MAINTAINERS: add missing header for bondingJakub Kicinski2021-01-281-0/+1
| * | | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2021-01-288-34/+60
| |\ \ \ \ \
| | * | | | | igc: fix link speed advertisingCorinna Vinschen2021-01-261-6/+18
| | * | | | | i40e: acquire VSI pointer only after VF is initializedStefan Assmann2021-01-261-7/+4
| | * | | | | ice: Fix MSI-X vector fallback logicBrett Creeley2021-01-263-12/+14
| | * | | | | ice: Don't allow more channels than LAN MSI-X availableBrett Creeley2021-01-261-4/+4
| | * | | | | ice: update dev_addr in ice_set_mac_address even if HW filter existsNick Nunley2021-01-261-1/+7