summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-01-08ethtool: potential NULL dereference in strset_prepare_data()Dan Carpenter
2020-01-08ethtool: fix ->reply_size() error handlingDan Carpenter
2020-01-08ethtool: fix a memory leak in ethnl_default_start()Dan Carpenter
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli
2020-01-08devlink: add devink notification when reporter update health stateVikas Gupta
2020-01-08devlink: add support for reporter recovery completionVikas Gupta
2020-01-08socket: fix unused-function warningArnd Bergmann
2020-01-08hsr: fix dummy hsr_debugfs_rename() declarationArnd Bergmann
2020-01-08net/ncsi: Send device address as source addressVijay Khemka
2020-01-07net/rose: remove redundant assignment to variable failedColin Ian King
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-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-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-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-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
2019-12-27net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani
2019-12-27sctp: do trace_sctp_probe after SACK validation and checkKevin Kou