summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: fix data overflow in rtnl_calcit()Di Zhu2020-10-211-7/+6
* mptcp: depends on IPV6 but not as a moduleMatthieu Baerts2020-10-211-1/+1
* mpls: load mpls_gso after mpls_iptunnelAlexander Ovechkin2020-10-201-0/+1
* net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti2020-10-201-1/+1
* net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault2020-10-201-1/+1
* mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting itGeert Uytterhoeven2020-10-201-1/+1
* nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo2020-10-201-1/+1
* mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting itGeert Uytterhoeven2020-10-201-3/+1
* mptcp: move mptcp_options_received's port initializationGeliang Tang2020-10-201-1/+1
* mptcp: initialize mptcp_options_received's ahmacGeliang Tang2020-10-201-0/+1
* net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan2020-10-201-2/+2
* nexthop: Fix performance regression in nexthop deletionIdo Schimmel2020-10-191-1/+1
* net: dsa: tag_ksz: KSZ8795 and KSZ9477 also use tail tagsChristian Eggers2020-10-191-0/+2
* net: core: use list_del_init() instead of list_del() in netdev_run_todo()Taehee Yoo2020-10-181-1/+1
* net: openvswitch: fix to make sure flow_lookup() is not preemptedEelco Chaudron2020-10-182-25/+41
* icmp: randomize the global rate limiterEric Dumazet2020-10-161-2/+5
* tipc: fix incorrect setting window for bcast linkHoang Huu Le2020-10-161-2/+4
* tipc: re-configure queue limit for broadcast linkHoang Huu Le2020-10-161-1/+5
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-15360-7335/+18642
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-151-7/+17
| |\
| | * net, sockmap: Don't call bpf_prog_put() on NULL pointerAlex Dewar2020-10-151-7/+9
| | * bpf, sockmap: Add locking annotations to iteratorLorenz Bauer2020-10-151-0/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-1525-67/+198
| |\ \
| | * | Revert "bpfilter: Fix build error with CONFIG_BPFILTER_UMH"Jakub Kicinski2020-10-151-1/+1
| | * | net: fix pos incrementment in ipv6_route_seq_nextYonghong Song2020-10-151-1/+3
| | * | net/smc: fix invalid return code in smcd_new_buf_create()Karsten Graul2020-10-151-1/+2
| | * | net/smc: fix valid DMBE buffer sizesKarsten Graul2020-10-151-1/+1
| | * | net/smc: fix use-after-free of delayed eventsKarsten Graul2020-10-151-8/+5
| | * | bpfilter: Fix build error with CONFIG_BPFILTER_UMHYueHaibing2020-10-151-1/+1
| | * | ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers2020-10-142-4/+5
| | * | ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers2020-10-141-2/+21
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-10-136-12/+58
| | |\ \
| | | * | netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso2020-10-144-7/+38
| | | * | netfilter: nftables: extend error reporting for chain updatesPablo Neira Ayuso2020-10-121-5/+14
| | | * | ipvs: clear skb->tstamp in forwarding pathJulian Anastasov2020-10-121-0/+6
| | * | | ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang2020-10-131-4/+11
| | * | | socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers2020-10-131-1/+0
| | * | | socket: fix option SO_TIMESTAMPING_NEWChristian Eggers2020-10-131-7/+3
| | |/ /
| | * | ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern2020-10-101-1/+3
| | * | mptcp: subflows garbage collectionPaolo Abeni2020-10-103-0/+24
| | * | mptcp: fix fallback for MP_JOIN subflowsPaolo Abeni2020-10-103-9/+34
| | * | net: smc: fix missing brace warning for old compilersPujin Shi2020-10-101-2/+2
| | * | net: smc: fix missing brace warning for old compilersPujin Shi2020-10-101-1/+1
| | * | Merge tag 'linux-can-fixes-for-5.9-20201008' of git://git.kernel.org/pub/scm/...Jakub Kicinski2020-10-101-0/+2
| | |\ \
| | | * | net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcntMarc Kleine-Budde2020-10-081-0/+1
| | | * | can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcntCong Wang2020-10-081-0/+1
| | * | | tipc: fix NULL pointer dereference in tipc_named_rcvHoang Huu Le2020-10-092-2/+10
| | * | | tipc: fix the skb_unshare() in tipc_buf_append()Cong Wang2020-10-091-1/+2
| | * | | net/tls: sendfile fails with ktls offloadRohit Maheshwari2020-10-091-5/+6
| | * | | net: ipv6: Discard next-hop MTU less than minimum link MTUGeorg Kohmann2020-10-091-1/+2