summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-03-26net: introduce the MACSEC netdev featureAntoine Tenart1-0/+1
2020-03-26ipv6: ndisc: add support for 'PREF64' dns64 prefix identifierMaciej Żenczykowski1-0/+1
2020-03-26cls_flower: Add extack support for flags keyGuillaume Nault1-4/+7
2020-03-26cls_flower: Add extack support for src and dst port range optionsGuillaume Nault1-8/+18
2020-03-26cls_flower: Add extack support for mpls optionsGuillaume Nault1-5/+18
2020-03-26devlink: implement DEVLINK_CMD_REGION_NEWJacob Keller1-0/+99
2020-03-26devlink: track snapshot id usage count using an xarrayJacob Keller1-6/+124
2020-03-26devlink: report error once U32_MAX snapshot ids have been usedJacob Keller1-8/+19
2020-03-26devlink: extract snapshot id allocation to helper functionJacob Keller1-1/+14
2020-03-26devlink: use -ENOSPC to indicate no more room for snapshotsJacob Keller1-1/+1
2020-03-26devlink: add function to take snapshot while lockedJacob Keller1-31/+47
2020-03-26devlink: trivial: fix tab in function documentationJacob Keller1-1/+1
2020-03-26devlink: convert snapshot destructor callback to region opJacob Keller1-6/+5
2020-03-26devlink: prepare to support region operationsJacob Keller1-11/+11
2020-03-26sched: act_pedit: Implement stats_update callbackPetr Machata1-0/+11
2020-03-26sched: act_skbedit: Implement stats_update callbackPetr Machata1-0/+11
2020-03-26Merge tag 'ceph-for-5.6-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds3-13/+19
2020-03-26Merge tag 'mac80211-for-net-2020-03-26' of git://git.kernel.org/pub/scm/linux...David S. Miller7-18/+60
2020-03-26Merge tag 'mlx5-updates-2020-03-25' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-1/+2
2020-03-26tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le3-2/+8
2020-03-26mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg1-2/+6
2020-03-26mac80211: mark station unauthorized before key removalJohannes Berg1-1/+6
2020-03-26mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen1-1/+18
2020-03-26cfg80211: Do not warn on same channel at the end of CSAIlan Peer1-1/+5
2020-03-26mac80211: drop data frames without key on encrypted linksJohannes Berg4-12/+24
2020-03-26xfrm: add prep for esp beet mode offloadXin Long1-1/+27
2020-03-26esp6: add gso_segment for esp6 beet modeXin Long1-0/+36
2020-03-26esp4: add gso_segment for esp4 beet modeXin Long1-0/+32
2020-03-25devlink: Rely on driver eswitch thread safety instead of devlinkParav Pandit1-1/+2
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller42-253/+484
2020-03-25Bluetooth: L2CAP: Use DEFER_SETUP to group ECRED connectionsLuiz Augusto von Dentz1-10/+127
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds41-250/+479
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso5-10/+10
2020-03-25net: use indirect call wrappers for skb_copy_datagram_iter()Eric Dumazet1-3/+11
2020-03-25Bluetooth: don't assume key size is 16 when the command failsAlain Michaud1-4/+4
2020-03-25nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute typeJohannes Berg1-1/+1
2020-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-16/+123
2020-03-24ethtool: fix incorrect tx-checksumming settings reportingVladyslav Tarasiuk1-1/+1
2020-03-24net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_popVladimir Oltean2-53/+9
2020-03-24net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye1-1/+11
2020-03-24netfilter: nft_fwd_netdev: allow to redirect to ifb via ingressPablo Neira Ayuso1-0/+4
2020-03-24netfilter: nft_fwd_netdev: validate family and chain typePablo Neira Ayuso1-0/+9
2020-03-24netfilter: nft_set_rbtree: Detect partial overlaps on insertionStefano Brivio1-3/+67
2020-03-24netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()Stefano Brivio1-6/+11
2020-03-24netfilter: nft_set_pipapo: Separate partial and complete overlap cases on ins...Stefano Brivio1-7/+27
2020-03-24netfilter: nf_tables: Allow set back-ends to report partial overlaps on inser...Pablo Neira Ayuso1-0/+5
2020-03-24Bluetooth: L2CAP: Add get_peer_pid callbackLuiz Augusto von Dentz1-0/+8
2020-03-24xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing1-0/+2
2020-03-23Remove DST_HOSTDavid Laight4-18/+8
2020-03-23ethtool: fix reference leak in some *_SET handlersMichal Kubecek4-4/+12