summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-03-26net: introduce the MACSEC netdev featureAntoine Tenart
2020-03-26ipv6: ndisc: add support for 'PREF64' dns64 prefix identifierMaciej Żenczykowski
2020-03-26cls_flower: Add extack support for flags keyGuillaume Nault
2020-03-26cls_flower: Add extack support for src and dst port range optionsGuillaume Nault
2020-03-26cls_flower: Add extack support for mpls optionsGuillaume Nault
2020-03-26devlink: implement DEVLINK_CMD_REGION_NEWJacob Keller
2020-03-26devlink: track snapshot id usage count using an xarrayJacob Keller
2020-03-26devlink: report error once U32_MAX snapshot ids have been usedJacob Keller
2020-03-26devlink: extract snapshot id allocation to helper functionJacob Keller
2020-03-26devlink: use -ENOSPC to indicate no more room for snapshotsJacob Keller
2020-03-26devlink: add function to take snapshot while lockedJacob Keller
2020-03-26devlink: trivial: fix tab in function documentationJacob Keller
2020-03-26devlink: convert snapshot destructor callback to region opJacob Keller
2020-03-26devlink: prepare to support region operationsJacob Keller
2020-03-26sched: act_pedit: Implement stats_update callbackPetr Machata
2020-03-26sched: act_skbedit: Implement stats_update callbackPetr Machata
2020-03-26Merge tag 'mlx5-updates-2020-03-25' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2020-03-26tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le
2020-03-25devlink: Rely on driver eswitch thread safety instead of devlinkParav Pandit
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-03-25net: use indirect call wrappers for skb_copy_datagram_iter()Eric Dumazet
2020-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-03-24ethtool: fix incorrect tx-checksumming settings reportingVladyslav Tarasiuk
2020-03-24net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_popVladimir Oltean
2020-03-24net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye
2020-03-24netfilter: nft_fwd_netdev: allow to redirect to ifb via ingressPablo Neira Ayuso
2020-03-24netfilter: nft_fwd_netdev: validate family and chain typePablo Neira Ayuso
2020-03-24netfilter: nft_set_rbtree: Detect partial overlaps on insertionStefano Brivio
2020-03-24netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()Stefano Brivio
2020-03-24netfilter: nft_set_pipapo: Separate partial and complete overlap cases on ins...Stefano Brivio
2020-03-24netfilter: nf_tables: Allow set back-ends to report partial overlaps on inser...Pablo Neira Ayuso
2020-03-23Remove DST_HOSTDavid Laight
2020-03-23ethtool: fix reference leak in some *_SET handlersMichal Kubecek
2020-03-23net: dsa: Implement flow dissection for tag_brcm.cFlorian Fainelli
2020-03-23net: dsa: Fix duplicate frames flooded by learningFlorian Fainelli
2020-03-23devlink: Only pass packet trap group identifier in trap structureIdo Schimmel
2020-03-23devlink: Stop reference counting packet trap groupsIdo Schimmel
2020-03-23devlink: Add API to register packet trap groupsIdo Schimmel
2020-03-23ipv4: fix a RCU-list lock in inet_dump_fib()Qian Cai
2020-03-23net: sched: rename more stats_typesJakub Kicinski
2020-03-23net: mptcp: don't hang in mptcp_sendmsg() after TCP fallbackDavide Caratti
2020-03-23tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet
2020-03-23net: Make skb_segment not to compute checksum if network controller supports ...Yadu Kishore
2020-03-21mptcp: Remove set but not used variable 'can_ack'YueHaibing
2020-03-21net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki
2020-03-21net/tls: Read sk_prot once when building tls proto opsJakub Sitnicki
2020-03-21net/tls: Constify base proto ops used for building tls protoJakub Sitnicki
2020-03-21hsr: fix general protection fault in hsr_addr_is_self()Taehee Yoo