summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-01-06sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long
2020-01-06tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit errorYing Xue
2020-01-06netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso
2020-01-05net: dsa: Pass pcs_poll flag from driver to PHYLINKVladimir Oltean
2020-01-05net: dsa: tag_sja1105: Slightly improve the Xmas tree in sja1105_xmitVladimir Oltean
2020-01-05net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean
2020-01-05net: qrtr: fix len of skb_put_padto in qrtr_node_enqueueCarl Huang
2020-01-05netfilter: nf_tables: unbind callbacks from flowtable destroy pathPablo Neira Ayuso
2020-01-05netfilter: nf_flow_table_offload: fix the nat port mangle.wenxu
2020-01-05netfilter: nf_flow_table_offload: check the status of dst_neighwenxu
2020-01-05netfilter: nf_flow_table_offload: fix incorrect ethernet dst addresswenxu
2020-01-05netfilter: nft_flow_offload: fix underflow in flowtable reference counterwenxu
2020-01-03l2tp: Remove redundant BUG_ON() check in l2tp_pernetXu Wang
2020-01-03net: Remove redundant BUG_ON() check in phonet_pernetXu Wang
2020-01-03net: remove the check argument from __skb_gro_checksum_convertLi RongQing
2020-01-03ethtool: remove set but not used variable 'lsettings'YueHaibing
2020-01-02tcp: use REXMIT_NEW instead of magic numberMao Wenan
2020-01-02sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang
2020-01-02net: Add device index to tcp_md5sigDavid Ahern
2020-01-02tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern
2020-01-02ipv4/tcp: Pass dif and sdif to tcp_v4_inbound_md5_hashDavid Ahern
2020-01-02ipv6/tcp: Pass dif and sdif to tcp_v6_inbound_md5_hashDavid Ahern
2020-01-02ipv4/tcp: Use local variable for tcp_md5_addrDavid Ahern
2020-01-02tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang
2020-01-02page_pool: help compiler remove code in case CONFIG_NUMA=nJesper Dangaard Brouer
2020-01-02page_pool: handle page recycle for NUMA_NO_NODE conditionJesper Dangaard Brouer
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-30hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Taehee Yoo
2019-12-30net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti
2019-12-30net/ncsi: Fix gma flag setting after responseVijay Khemka
2019-12-30sctp: add enabled check for path tracepoint loop.Kevin Kou
2019-12-30tcp: Fix highest_sack and highest_sack_seqCambda Zhu
2019-12-30tcp_cubic: refactor code to perform a divide only when neededEric Dumazet
2019-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-12-30netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal
2019-12-28net: dsa: Deny PTP on master if switch supports itVladimir Oltean
2019-12-27ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek
2019-12-27ethtool: add LINKMODES_NTF notificationMichal Kubecek
2019-12-27ethtool: set link modes related data with LINKMODES_SET requestMichal Kubecek
2019-12-27ethtool: provide link mode information with LINKMODES_GET requestMichal Kubecek
2019-12-27ethtool: add LINKINFO_NTF notificationMichal Kubecek
2019-12-27ethtool: add default notification handlerMichal Kubecek
2019-12-27ethtool: set link settings with LINKINFO_SET requestMichal Kubecek
2019-12-27ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek
2019-12-27ethtool: provide string sets with STRSET_GET requestMichal Kubecek
2019-12-27ethtool: default handlers for GET requestsMichal Kubecek
2019-12-27ethtool: support for netlink notificationsMichal Kubecek
2019-12-27ethtool: netlink bitset handlingMichal Kubecek
2019-12-27ethtool: helper functions for netlink interfaceMichal Kubecek
2019-12-27ethtool: introduce ethtool netlink interfaceMichal Kubecek