summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | wireguard: device: use icmp_ndo_send helperJason A. Donenfeld2020-02-132-2/+13
| | * | | | | | | | | | | | | | | sunvnet: use icmp_ndo_send helperJason A. Donenfeld2020-02-131-19/+4
| | * | | | | | | | | | | | | | | gtp: use icmp_ndo_send helperJason A. Donenfeld2020-02-131-2/+2
| | * | | | | | | | | | | | | | | icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2020-02-134-0/+79
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge branch 'skip_sw-skip_hw-validation'David S. Miller2020-02-132-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti2020-02-131-0/+1
| | * | | | | | | | | | | | | | | net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti2020-02-131-0/+1
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | net/flow_dissector: remove unexist field descriptionHangbin Liu2020-02-131-1/+0
| * | | | | | | | | | | | | | | page_pool: refill page when alloc.count of pool is zeroLi RongQing2020-02-131-14/+8
| * | | | | | | | | | | | | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2020-02-1318-675/+247
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | ice: Trivial fixesTony Nguyen2020-02-1211-29/+31
| | * | | | | | | | | | | | | | | ice: Use correct netif error functionBen Shelton2020-02-121-1/+1
| | * | | | | | | | | | | | | | | ice: Cleanup ice_vsi_alloc_q_vectorsAnirudh Venkataramanan2020-02-121-8/+3
| | * | | | | | | | | | | | | | | ice: Make print statements more compactAnirudh Venkataramanan2020-02-128-227/+123
| | * | | | | | | | | | | | | | | ice: Use ice_pf_to_devAnirudh Venkataramanan2020-02-126-27/+27
| | * | | | | | | | | | | | | | | ice: Remove possible null dereferenceTony Nguyen2020-02-121-2/+0
| | * | | | | | | | | | | | | | | ice: update Unit Load Status bitmask to check after resetBruce Allan2020-02-122-5/+18
| | * | | | | | | | | | | | | | | ice: fix and consolidate logging of NVM/firmware version informationBruce Allan2020-02-124-28/+13
| | * | | | | | | | | | | | | | | ice: Modify link message loggingAkeem G Abodunrin2020-02-121-1/+1
| | * | | | | | | | | | | | | | | ice: Remove CONFIG_PCI_IOV wrap in ice_set_pf_capsAnirudh Venkataramanan2020-02-121-2/+0
| | * | | | | | | | | | | | | | | ice: Remove ice_dev_onetime_setup()Brett Creeley2020-02-124-20/+0
| | * | | | | | | | | | | | | | | ice: Don't allow same value for Rx tail to be written twiceBrett Creeley2020-02-121-1/+1
| | * | | | | | | | | | | | | | | ice: display supported and advertised link modesPaul Greenwalt2020-02-121-280/+2
| | * | | | | | | | | | | | | | | ice: Fix switch between FW and SW LLDPDave Ertman2020-02-121-5/+5
| | * | | | | | | | | | | | | | | ice: Fix DCB rebuild after resetDave Ertman2020-02-122-53/+36
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | net: ethernet: ave: Add capability of rgmii-id modeKunihiko Hayashi2020-02-121-0/+9
| * | | | | | | | | | | | | | | enic: prevent waking up stopped tx queues over watchdog resetFiro Yang2020-02-121-1/+1
| * | | | | | | | | | | | | | | Merge branch 'Bug-fixes-for-ENA-Ethernet-driver'David S. Miller2020-02-115-44/+115
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski2020-02-111-0/+5
| | * | | | | | | | | | | | | | | net: ena: ethtool: use correct value for crc32 hashSameeh Jubran2020-02-111-2/+2
| | * | | | | | | | | | | | | | | net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski2020-02-113-0/+16
| | * | | | | | | | | | | | | | | net: ena: fix corruption of dev_idx_to_host_tblArthur Kiyanovski2020-02-111-28/+0
| | * | | | | | | | | | | | | | | net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski2020-02-112-1/+25
| | * | | | | | | | | | | | | | | net: ena: rss: store hash function as values and not bitsArthur Kiyanovski2020-02-111-1/+5
| | * | | | | | | | | | | | | | | net: ena: rss: fix failure to get indirection tableSameeh Jubran2020-02-111-0/+14
| | * | | | | | | | | | | | | | | net: ena: rss: do not allocate key when not supportedSameeh Jubran2020-02-111-3/+21
| | * | | | | | | | | | | | | | | net: ena: fix incorrect default RSS keyArthur Kiyanovski2020-02-112-0/+16
| | * | | | | | | | | | | | | | | net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski2020-02-111-0/+1
| | * | | | | | | | | | | | | | | net: ena: fix uses of round_jiffies()Arthur Kiyanovski2020-02-111-3/+3
| | * | | | | | | | | | | | | | | net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski2020-02-111-8/+9
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | net/smc: fix leak of kernel memory to user spaceEric Dumazet2020-02-111-3/+2
| * | | | | | | | | | | | | | | i40e: Fix the conditional for i40e_vc_validate_vqs_bitmapsBrett Creeley2020-02-111-2/+2
| * | | | | | | | | | | | | | | core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen2020-02-111-2/+2
| * | | | | | | | | | | | | | | qmi_wwan: unconditionally reject 2 ep interfacesBjørn Mork2020-02-101-27/+15
| * | | | | | | | | | | | | | | net: dsa: mv88e6xxx: Prevent truncation of longer interrupt namesAndrew Lunn2020-02-101-6/+6
| * | | | | | | | | | | | | | | qmi_wwan: re-add DW5821e pre-production variantBjørn Mork2020-02-101-0/+1
| * | | | | | | | | | | | | | | tipc: fix successful connect() but timed outTuong Lien2020-02-101-0/+2
| * | | | | | | | | | | | | | | mptcp: make the symbol 'mptcp_sk_clone_lock' staticChen Wandun2020-02-101-1/+1
| * | | | | | | | | | | | | | | tipc: make three functions staticChen Wandun2020-02-101-3/+4
* | | | | | | | | | | | | | | | Merge tag 'pm-5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-02-1410-42/+177
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud