aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-08socket: fix unused-function warningArnd Bergmann1-11/+12
2020-01-08hsr: fix dummy hsr_debugfs_rename() declarationArnd Bergmann1-1/+1
2020-01-08net/ncsi: Send device address as source addressVijay Khemka1-1/+9
2020-01-07net/rose: remove redundant assignment to variable failedColin Ian King1-1/+0
2020-01-05net: dsa: Pass pcs_poll flag from driver to PHYLINKVladimir Oltean1-0/+1
2020-01-05net: dsa: tag_sja1105: Slightly improve the Xmas tree in sja1105_xmitVladimir Oltean1-2/+1
2020-01-05net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean3-39/+15
2020-01-03l2tp: Remove redundant BUG_ON() check in l2tp_pernetXu Wang1-2/+0
2020-01-03net: Remove redundant BUG_ON() check in phonet_pernetXu Wang1-2/+0
2020-01-03net: remove the check argument from __skb_gro_checksum_convertLi RongQing3-3/+3
2020-01-03ethtool: remove set but not used variable 'lsettings'YueHaibing1-2/+0
2020-01-02tcp: use REXMIT_NEW instead of magic numberMao Wenan1-1/+1
2020-01-02net: Add device index to tcp_md5sigDavid Ahern2-1/+37
2020-01-02tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern2-39/+101
2020-01-02ipv4/tcp: Pass dif and sdif to tcp_v4_inbound_md5_hashDavid Ahern1-5/+8
2020-01-02ipv6/tcp: Pass dif and sdif to tcp_v6_inbound_md5_hashDavid Ahern1-6/+9
2020-01-02ipv4/tcp: Use local variable for tcp_md5_addrDavid Ahern1-17/+26
2020-01-02page_pool: help compiler remove code in case CONFIG_NUMA=nJesper Dangaard Brouer1-0/+9
2020-01-02page_pool: handle page recycle for NUMA_NO_NODE conditionJesper Dangaard Brouer1-19/+61
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller41-295/+330
2019-12-30hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Taehee Yoo1-1/+2
2019-12-30net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti3-51/+17
2019-12-30net/ncsi: Fix gma flag setting after responseVijay Khemka2-3/+6
2019-12-30sctp: add enabled check for path tracepoint loop.Kevin Kou1-2/+3
2019-12-30tcp: Fix highest_sack and highest_sack_seqCambda Zhu1-0/+3
2019-12-30tcp_cubic: refactor code to perform a divide only when neededEric Dumazet1-23/+28
2019-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-144/+352
2019-12-28net: dsa: Deny PTP on master if switch supports itVladimir Oltean1-0/+30
2019-12-27ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek7-5/+100
2019-12-27ethtool: add LINKMODES_NTF notificationMichal Kubecek3-2/+10
2019-12-27ethtool: set link modes related data with LINKMODES_SET requestMichal Kubecek3-0/+241
2019-12-27ethtool: provide link mode information with LINKMODES_GET requestMichal Kubecek4-1/+150
2019-12-27ethtool: add LINKINFO_NTF notificationMichal Kubecek3-2/+14
2019-12-27ethtool: add default notification handlerMichal Kubecek2-1/+92
2019-12-27ethtool: set link settings with LINKINFO_SET requestMichal Kubecek3-0/+78
2019-12-27ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek7-49/+156
2019-12-27ethtool: provide string sets with STRSET_GET requestMichal Kubecek4-1/+438
2019-12-27ethtool: default handlers for GET requestsMichal Kubecek2-1/+436
2019-12-27ethtool: support for netlink notificationsMichal Kubecek1-0/+32
2019-12-27ethtool: netlink bitset handlingMichal Kubecek3-1/+764
2019-12-27ethtool: helper functions for netlink interfaceMichal Kubecek2-0/+371
2019-12-27ethtool: introduce ethtool netlink interfaceMichal Kubecek4-1/+56
2019-12-27net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani1-10/+12
2019-12-27sctp: do trace_sctp_probe after SACK validation and checkKevin Kou1-9/+9
2019-12-27tcp_cubic: make Hystart aware of pacingEric Dumazet1-1/+12
2019-12-27tcp_cubic: tweak Hystart detection for short RTT flowsEric Dumazet1-2/+21
2019-12-27tcp_cubic: switch bictcp_clock() to usec resolutionEric Dumazet1-21/+14
2019-12-27tcp_cubic: remove one conditional from hystart_update()Eric Dumazet1-2/+2
2019-12-27tcp_cubic: optimize hystart_update()Eric Dumazet1-6/+3
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-291/+318