summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | net: dsa: clear devlink port type before unregistering slave netdevsVladimir Oltean2021-01-121-0/+4
| * | | | | | net: dsa: unbind all switches from tree when DSA master unbindsVladimir Oltean2021-01-121-0/+10
| * | | | | | net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commandsPetr Machata2021-01-121-1/+1
| * | | | | | esp: avoid unneeded kmap_atomic callWillem de Bruijn2021-01-112-12/+2
| * | | | | | net: compound page support in skb_seq_readWillem de Bruijn2021-01-111-5/+23
| | |_|/ / / | |/| | | |
| * | | | | tipc: fix NULL deref in tipc_link_xmit()Hoang Le2021-01-091-2/+7
| * | | | | net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin2021-01-091-1/+40
| |/ / / /
| * | | | net: make sure devices go through netdev_wait_all_refsJakub Kicinski2021-01-081-10/+4
| * | | | net: make free_netdev() more lenient with unregistering devicesJakub Kicinski2021-01-083-20/+18
| * | | | docs: net: explain struct net_device lifetimeJakub Kicinski2021-01-081-1/+1
| * | | | udp: Prevent reuseport_select_sock from reading uninitialized socksBaptiste Lepers2021-01-081-1/+1
| * | | | net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi2021-01-081-1/+19
| | |/ / | |/| |
* | | | Merge tag 'nfs-for-5.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-01-121-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de2021-01-101-1/+1
| | |/ | |/|
* | | Merge tag 'nfsd-5.11-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2021-01-111-1/+85
|\ \ \ | |_|/ |/| |
| * | SUNRPC: Handle TCP socket sends with kernel_sendpage() againChuck Lever2020-12-181-1/+85
* | | nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata2021-01-071-1/+1
* | | nexthop: Unlink nexthop group entry in error pathIdo Schimmel2021-01-071-1/+3
* | | nexthop: Fix off-by-one error in error pathIdo Schimmel2021-01-071-1/+1
* | | net: ip: always refragment ip defragmented packetsFlorian Westphal2021-01-071-1/+1
* | | net: fix pmtu check in nopmtudisc modeFlorian Westphal2021-01-071-6/+5
* | | net: ipv6: fib: flush exceptions when purging routeSean Tranchetti2021-01-071-3/+2
* | | net: qrtr: fix null-ptr-deref in qrtr_ns_removeQinglang Miao2021-01-053-9/+16
* | | net: vlan: avoid leaks on register_vlan_dev() failuresJakub Kicinski2021-01-051-1/+2
* | | cfg80211: select CONFIG_CRC32Arnd Bergmann2021-01-051-0/+1
* | | Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-0524-68/+136
|\ \ \ | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-01-043-6/+18
| |\ \
| | * | netfilter: nftables: add set expression flagsPablo Neira Ayuso2020-12-282-3/+12
| | * | netfilter: nft_dynset: report EOPNOTSUPP on missing set featurePablo Neira Ayuso2020-12-281-3/+3
| | * | netfilter: xt_RATEEST: reject non-null terminated string from userspaceFlorian Westphal2020-12-271-0/+3
| * | | net: lapb: Decrease the refcount of "struct lapb_cb" in lapb_device_eventXie He2021-01-041-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-283-5/+19
| |\ \ \
| | * | | xsk: Rollback reservation at NETDEV_TX_BUSYMagnus Karlsson2020-12-182-0/+8
| | * | | xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson2020-12-182-3/+7
| | * | | xsk: Fix memory leak for failed bindMagnus Karlsson2020-12-172-2/+4
| * | | | erspan: fix version 1 check in gre_parse_header()Cong Wang2020-12-281-1/+1
| * | | | net: sched: prevent invalid Scell_log shift countRandy Dunlap2020-12-284-4/+4
| * | | | net: neighbor: fix a crash caused by mod zeroweichenchen2020-12-281-4/+2
| * | | | ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault2020-12-281-1/+1
| * | | | net: mptcp: cap forward allocation to 1MDavide Caratti2020-12-281-1/+4
| * | | | net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tcAntoine Tenart2020-12-281-5/+18
| * | | | net-sysfs: take the rtnl lock when storing xps_rxqsAntoine Tenart2020-12-281-0/+7
| * | | | net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tcAntoine Tenart2020-12-281-7/+22
| * | | | net-sysfs: take the rtnl lock when storing xps_cpusAntoine Tenart2020-12-281-0/+6
| | |/ / | |/| |
| * | | net/ncsi: Use real net-device for response handlerJohn Wang2020-12-231-1/+1
| * | | net: dcb: Validate netlink message in DCB handlerPetr Machata2020-12-231-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-12-185-29/+23
| |\ \ \
| | * | | netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin2020-12-171-15/+5
| | * | | netfilter: ipset: fixes possible oops in mtype_resizeVasily Averin2020-12-171-9/+13
| | * | | netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan2020-12-173-3/+3