summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-10-06ethtool: allow netdev driver to define phy tunablesIgor Russkikh
2020-10-06net: always dump full packets with skb_dumpVladimir Oltean
2020-10-06mptcp: don't skip needed ackPaolo Abeni
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean
2020-10-04net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn
2020-10-04mptcp: Constify mptcp_pm_opsRikard Falkeborn
2020-10-04net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault
2020-10-04net_sched: check error pointer in tcf_dump_walker()Cong Wang
2020-10-04net: dsa: Add devlink port regions support to DSAAndrew Lunn
2020-10-04net: devlink: Add support for port regionsAndrew Lunn
2020-10-04net: dsa: Register devlink ports before calling DSA driver setup()Andrew Lunn
2020-10-04net: dsa: Make use of devlink port flavour unusedAndrew Lunn
2020-10-04net: devlink: Add unused port flavourAndrew Lunn
2020-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-10-04netfilter: nf_tables: Implement fast bitwise expressionPhil Sutter
2020-10-04netfilter: nf_tables: Enable fast nft_cmp for inverted matchesPhil Sutter
2020-10-04netfilter: nfnetlink: place subsys mutexes in distinct lockdep classesFlorian Westphal
2020-10-04netfilter: ipset: enable memory accounting for ipset allocationsVasily Averin
2020-10-04netfilter: nf_tables_offload: Remove unused macro FLOW_SETUP_BLOCKYueHaibing
2020-10-03mptcp: ADD_ADDRs with echo bit are smallerMatthieu Baerts
2020-10-03net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault
2020-10-03net/smc: use an array to check fields in system EIDKarsten Graul
2020-10-03net/smc: send ISM devices with unique chid in CLC proposalKarsten Graul
2020-10-03tcp: account total lost packets properlyYuchung Cheng
2020-10-03net/iucv: fix indentation in __iucv_message_receive()Julian Wiedmann
2020-10-03net/af_iucv: right-size the uid variable in iucv_sock_bind()Julian Wiedmann
2020-10-03genetlink: allow dumping command-specific policyJakub Kicinski
2020-10-03genetlink: properly support per-op policy dumpingJohannes Berg
2020-10-03genetlink: factor skb preparation out of ctrl_dumppolicy()Johannes Berg
2020-10-03netlink: rework policy dump to support multiple policiesJohannes Berg
2020-10-03netlink: compare policy more accuratelyJohannes Berg
2020-10-02genetlink: switch control commands to per-op policiesJakub Kicinski
2020-10-02genetlink: use parsed attrs in dumppolicyJakub Kicinski
2020-10-02genetlink: bring back per op policyJakub Kicinski
2020-10-02genetlink: use .start callback for dumppolicyJakub Kicinski
2020-10-02genetlink: add a structure for dump stateJakub Kicinski
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-10-02genetlink: add small version of opsJakub Kicinski
2020-10-02devlink: add .trap_group_action_set() callbackIoana Ciornei
2020-10-02devlink: add parser error drop packet trapsIoana Ciornei
2020-10-02tcp: fix syn cookied MPTCP request socket leakPaolo Abeni
2020-10-02Merge tag 'mac80211-next-for-net-next-2020-10-02' of git://git.kernel.org/pub...David S. Miller
2020-10-02libceph: use sendpage_ok() in ceph_tcp_sendpage()Coly Li
2020-10-02tcp: use sendpage_ok() to detect misused .sendpageColy Li
2020-10-02net: add WARN_ONCE in kernel_sendpage() for improper zero-copy sendColy Li
2020-10-02net: dsa: Utilize __vlan_find_dev_deep_rcu()Florian Fainelli
2020-10-02net: dsa: Obtain VLAN protocol from skb->protocolFlorian Fainelli