aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/rocker (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-24i40e: fix condition of WARN_ONCE for stat stringsJacob Keller1-1/+1
2018-08-24i40e: Fix for Tx timeouts when interface is brought up if DCB is enabledMartyna Szapar1-7/+8
2018-08-24ixgbe: fix driver behaviour after issuing VFLRSebastian Basierski2-0/+27
2018-08-24ixgbe: Prevent unsupported configurations with XDPTony Nguyen2-2/+31
2018-08-24ixgbe: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2-3/+3
2018-08-24igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()Jia-Ju Bai1-1/+1
2018-08-24igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init()Jia-Ju Bai1-2/+2
2018-08-24igb: Use an advanced ctx descriptor for launchtimeJesus Sanchez-Palencia1-1/+2
2018-08-24e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen1-2/+2
2018-08-24e1000: check on netif_running() before calling e1000_up()Bo Chen1-1/+2
2018-08-24ixgb: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-3/+2
2018-08-23ice: Trivial formatting fixesAnirudh Venkataramanan3-6/+8
2018-08-23ice: Change struct members from bool to u8Bruce Allan4-16/+16
2018-08-23ice: Fix potential return of uninitialized valueJesse Brandeburg1-2/+2
2018-08-23ice: Fix a few null pointer dereference issuesAnirudh Venkataramanan2-8/+11
2018-08-23ice: Update to interrupts enabled in OICRBruce Allan2-14/+3
2018-08-23tools: bpftool: return from do_event_pipe() on bad argumentsQuentin Monnet1-1/+4
2018-08-23ice: Set VLAN flags correctlyBrett Creeley2-25/+30
2018-08-23ice: Use order_base_2 to calculate higher power of 2Jacob Keller1-5/+2
2018-08-23ice: Fix bugs in control queue processingAnirudh Venkataramanan2-5/+26
2018-08-23ice: Clean control queues only when they are initializedPreethi Banala1-8/+16
2018-08-23ice: Report stats for allocated queues via ethtool statsJacob Keller2-13/+46
2018-08-23ice: Cleanup magic numberAnirudh Venkataramanan2-1/+2
2018-08-23bpf: use per htab salt for bucket hashDaniel Borkmann1-10/+13
2018-08-23ice: Remove unnecessary node owner checkBruce Allan1-2/+1
2018-08-23ice: Fix multiple static analyser warningsAnirudh Venkataramanan4-24/+25
2018-08-22net: hns3: modify variable type in hns3_nic_reuse_pageHuazhong Tan1-1/+2
2018-08-22net: hns3: fix page_offset overflow when CONFIG_ARM64_64K_PAGESHuazhong Tan1-3/+3
2018-08-22net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu1-1/+1
2018-08-22net: hns: use eth_get_headlen interface instead of hns_nic_get_headlenHuazhong Tan1-102/+1
2018-08-22net: hns: fix skb->truesize underestimationHuazhong Tan1-1/+1
2018-08-22net: hns: modify variable type in hns_nic_reuse_pageHuazhong Tan1-1/+2
2018-08-22net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGESHuazhong Tan1-3/+3
2018-08-22tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang1-2/+2
2018-08-22tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang1-0/+4
2018-08-22tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang1-16/+18
2018-08-22ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet1-0/+6
2018-08-22addrconf: reduce unnecessary atomic allocationsCong Wang1-3/+3
2018-08-22net_sched: fix unused variable warning in stmmacArnd Bergmann1-1/+1
2018-08-22sch_cake: Fix TC filter flow override and expand it to hosts as wellToke Høiland-Jørgensen1-4/+19
2018-08-22net/ncsi: Fixup .dumpit message flags and ID check in Netlink handlerSamuel Mendoza-Jonas1-2/+2
2018-08-22net: ethernet: renesas: use SPDX identifier for Renesas driversWolfram Sang4-32/+4
2018-08-22bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend1-0/+3
2018-08-22tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend1-2/+7
2018-08-22bpf, sockmap: fix sock hash count in alloc_sock_hash_elemDaniel Borkmann1-1/+3
2018-08-22bpf, sockmap: fix sock_hash_alloc and reject zero-sized keysDaniel Borkmann1-1/+3
2018-08-21xsk: fix return value of xdp_umem_assign_dev()Prashant Bhole1-2/+2
2018-08-21act_ife: fix a potential deadlockCong Wang1-13/+21
2018-08-21act_ife: move tcfa_lock down to where necessaryCong Wang1-25/+13
2018-08-21Revert "net: sched: act_ife: disable bh when taking ife_mod_lock"Cong Wang1-10/+10