summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | netfilter: nftables: fix incorrect increment of loop counterColin Ian King2020-12-161-2/+2
| | |/
| * | net/sched: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti2020-12-181-3/+4
| * | net: af_packet: fix procfs header for 64-bit pointersBaruch Siach2020-12-181-1/+3
* | | libceph: align session_key and con_secret to 16 bytesIlya Dryomov2020-12-281-2/+10
* | | libceph: fix auth_signature buffer allocation in secure modeIlya Dryomov2020-12-281-1/+2
* | | Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds2020-12-211-5/+9
|\ \ \ | |/ / |/| |
| * | 9p: apply review requests for fid refcountingDominique Martinet2020-11-191-2/+2
| * | 9p: add refcount to p9_fid structJianyong Wu2020-11-191-4/+5
| * | fs/9p: fix create-unlink-getattr idiomEric Van Hensbergen2020-11-031-1/+4
* | | Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-12-179-35/+88
|\ \ \
| * | | net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti2020-12-171-1/+16
| * | | mptcp: fix pending data accountingPaolo Abeni2020-12-171-3/+2
| * | | mptcp: push pending frames when subflow has free spacePaolo Abeni2020-12-173-7/+10
| * | | mptcp: properly annotate nested lockPaolo Abeni2020-12-171-1/+1
| * | | mptcp: fix security context on server socketPaolo Abeni2020-12-171-0/+2
| * | | mptcp: clear use_ack and use_map when dropping other suboptionsGeliang Tang2020-12-161-0/+2