summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* can: raw: add missing error queue supportVincent Mailhol2020-10-061-0/+4
* can: af_can: can_rcv_list_find(): fix kernel doc after variable renamingMarc Kleine-Budde2020-10-061-1/+1
* ethtool: specify which header flags are supported per commandJakub Kicinski2020-10-063-11/+21
* netlink: add mask validationJakub Kicinski2020-10-061-0/+8
* ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski2020-10-0618-29/+58
* ethtool: trim policy tablesJakub Kicinski2020-10-0619-229/+83
* ethtool: wire up set policies to opsJakub Kicinski2020-10-0614-104/+74
* ethtool: wire up get policies to opsJakub Kicinski2020-10-0617-107/+90
* ipv4: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-062-15/+2
* net: openvswitch: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-061-7/+1
* xfrm: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-061-8/+1
* ipv6: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-061-7/+1
* ethtool: allow netdev driver to define phy tunablesIgor Russkikh2020-10-061-13/+24
* net: always dump full packets with skb_dumpVladimir Oltean2020-10-061-5/+1
* mptcp: don't skip needed ackPaolo Abeni2020-10-061-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-0547-183/+350
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-10-0548-197/+367
| |\
| | * net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault2020-10-041-2/+2
| | * net_sched: check error pointer in tcf_dump_walker()Cong Wang2020-10-041-0/+2
| | * tcp: fix syn cookied MPTCP request socket leakPaolo Abeni2020-10-021-1/+1
| | * libceph: use sendpage_ok() in ceph_tcp_sendpage()Coly Li2020-10-021-1/+1
| | * tcp: use sendpage_ok() to detect misused .sendpageColy Li2020-10-021-1/+2
| | * net: add WARN_ONCE in kernel_sendpage() for improper zero-copy sendColy Li2020-10-021-2/+4
| | * netlink: fix policy dump leakJohannes Berg2020-10-022-15/+18
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-301-1/+16
| | |\
| | | * xsk: Do not discard packet when NETDEV_TX_BUSYMagnus Karlsson2020-09-161-1/+16
| | * | mptcp: Handle incoming 32-bit DATA_FIN valuesMat Martineau2020-09-293-7/+18
| | * | mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seqMat Martineau2020-09-292-6/+6
| | * | ethtool: mark netlink family as __ro_after_initJakub Kicinski2020-09-281-1/+1
| | * | net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locksManivannan Sadhasivam2020-09-281-9/+25
| | * | net: core: add nested_level variable in net_deviceTaehee Yoo2020-09-282-19/+78
| | * | net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-283-37/+68
| | * | net: core: add __netdev_upper_dev_unlink()Taehee Yoo2020-09-281-10/+16
| | * | net_sched: remove a redundant goto chain checkCong Wang2020-09-281-14/+0
| | * | net: bridge: fdb: don't flush ext_learn entriesNikolay Aleksandrov2020-09-281-0/+2
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-09-284-7/+45
| | |\ \
| | | * | xfrm: Use correct address family in xfrm_state_findHerbert Xu2020-09-251-4/+7
| | | * | xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony2020-09-071-1/+1
| | | * | xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrateAntony Antony2020-09-071-0/+28
| | | * | xfrm: clone XFRMA_SET_MARK in xfrm_do_migrateAntony Antony2020-09-071-0/+1
| | | * | xfrmi: drop ignore_df check before updating pmtuSabrina Dubroca2020-08-271-1/+1
| | | * | espintcp: restore IP CB before handing the packet to xfrmSabrina Dubroca2020-08-171-1/+5
| | | * | ip_vti: Fix unused variable warningYueHaibing2020-08-081-0/+2
| | * | | tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha2020-09-242-7/+26
| | * | | net/tls: race causes kernel panicRohit Maheshwari2020-09-241-2/+7
| | * | | net_sched: commit action insertions togetherCong Wang2020-09-241-9/+23
| | * | | net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang2020-09-2421-64/+21
| | * | | net: switchdev: Fixed kerneldoc warningTian Tao2020-09-231-1/+1
| | * | | mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packetMat Martineau2020-09-231-1/+4
| * | | | Merge tag 'nfsd-5.9-2' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-09-251-1/+1
| |\ \ \ \ | | |/ / / | |/| | |