summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-03-27net: dsa: configure the MTU for switch portsVladimir Oltean5-16/+171
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 '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-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-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-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-23Remove DST_HOSTDavid Laight4-18/+8
2020-03-23ethtool: fix reference leak in some *_SET handlersMichal Kubecek4-4/+12
2020-03-23net: dsa: Implement flow dissection for tag_brcm.cFlorian Fainelli1-0/+23
2020-03-23net: dsa: Fix duplicate frames flooded by learningFlorian Fainelli1-0/+2
2020-03-23devlink: Only pass packet trap group identifier in trap structureIdo Schimmel1-4/+17
2020-03-23devlink: Stop reference counting packet trap groupsIdo Schimmel1-96/+5
2020-03-23devlink: Add API to register packet trap groupsIdo Schimmel1-0/+117
2020-03-23ipv4: fix a RCU-list lock in inet_dump_fib()Qian Cai1-0/+2
2020-03-23net: sched: rename more stats_typesJakub Kicinski2-25/+23
2020-03-23net: mptcp: don't hang in mptcp_sendmsg() after TCP fallbackDavide Caratti2-4/+6
2020-03-23tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet1-1/+3
2020-03-23net: Make skb_segment not to compute checksum if network controller supports ...Yadu Kishore1-8/+15
2020-03-21mptcp: Remove set but not used variable 'can_ack'YueHaibing1-2/+0
2020-03-21net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki2-5/+6
2020-03-21net/tls: Read sk_prot once when building tls proto opsJakub Sitnicki1-8/+9
2020-03-21net/tls: Constify base proto ops used for building tls protoJakub Sitnicki1-2/+2