summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretapLorenzo Bianconi2019-02-211-18/+18
| * | | net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi2019-02-211-16/+17
|/ / /
* | | net: avoid false positives in untrusted gso validationWillem de Bruijn2019-02-211-2/+12
* | | Merge branch 'tipc-improvement-for-wait-and-wakeup'David S. Miller2019-02-211-5/+6
|\ \ \
| * | | tipc: improve function tipc_wait_for_rcvmsg()Tung Nguyen2019-02-211-4/+5
| * | | tipc: improve function tipc_wait_for_cond()Tung Nguyen2019-02-211-1/+1
|/ / /
* | | bonding: fix PACKET_ORIGDEV regressionMichal Soltys2019-02-211-21/+14
* | | net: vrf: remove MTU limits for vrf deviceHangbin Liu2019-02-211-0/+3
* | | MAINTAINERS: mark CAIF as orphanJann Horn2019-02-211-2/+1
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-02-215-10/+60
|\ \ \
| * | | ixgbe: don't do any AF_XDP zero-copy transmit if netif is not OKJan Sokolowski2019-02-211-1/+2
| * | | i40e: fix XDP_REDIRECT/XDP xmit ring cleanup raceBjörn Töpel2019-02-212-3/+15
| * | | ixgbe: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2019-02-212-3/+21
| * | | i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2019-02-212-1/+17
| * | | ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWENJeff Kirsher2019-02-211-2/+5
* | | | net/smc: fix smc_poll in SMC_INIT stateUrsula Braun2019-02-211-3/+3
* | | | Merge branch 'ipv6-route-rcu'David S. Miller2019-02-211-6/+11
|\ \ \ \ | |/ / / |/| | |
| * | | ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()Paolo Abeni2019-02-211-1/+5
| * | | ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni2019-02-211-5/+6
|/ / /
* | | missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2019-02-203-29/+41
* | | net: marvell: mvneta: fix DMA debug warningRussell King2019-02-201-1/+1
* | | net: dsa: fix unintended change of bridge interface STP stateRussell King2019-02-201-3/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-1941-244/+355
|\ \ \
| * | | sky2: Increase D3 delay againKai-Heng Feng2019-02-191-1/+1
| * | | vhost: correctly check the return value of translate_desc() in log_used()Jason Wang2019-02-191-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-02-182-1/+5
| |\ \ \
| | * | | ipvs: fix warning on unused variableAndrea Claudi2019-02-161-1/+2
| | * | | netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso2019-02-151-0/+3
| * | | | net: netcp: Fix ethss driver probe issueMurali Karicheri2019-02-181-1/+1
| * | | | net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta2019-02-181-0/+3
| * | | | Merge tag 'wireless-drivers-for-davem-2019-02-18' of git://git.kernel.org/pub...David S. Miller2019-02-181-17/+29
| |\ \ \ \
| | * | | | mt76x0u: fix suspend/resumeStanislaw Gruszka2019-02-071-17/+29
| * | | | | net: stmmac: Fix a race in EEE enable callbackJose Abreu2019-02-181-10/+12
| * | | | | Merge branch 'qed-iWARP'David S. Miller2019-02-182-7/+15
| |\ \ \ \ \
| | * | | | | qed: Fix iWARP syn packet mac address validation.Michal Kalderon2019-02-181-0/+9
| | * | | | | qed: Fix iWARP buffer size provided for syn packet processing.Michal Kalderon2019-02-182-7/+6
| |/ / / / /
| * | | | | r8152: Add support for MAC address pass through on RTL8153-BDDavid Chen2019-02-181-2/+3
| * | | | | mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun2019-02-181-1/+1
| | |_|_|/ | |/| | |
| * | | | net/mlx4_en: fix spelling mistake: "quiting" -> "quitting"Colin Ian King2019-02-181-1/+1
| * | | | net: crypto set sk to NULL when af_alg_release.Mao Wenan2019-02-181-1/+3
| * | | | Merge branch 'netdev-page_frag_alloc-fixes'David S. Miller2019-02-172-4/+8
| |\ \ \ \
| | * | | | net: Do not allocate page fragments that are not skb alignedAlexander Duyck2019-02-171-0/+4
| | * | | | mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck2019-02-171-4/+4
| |/ / / /
| * | | | Merge branch 'tcp-fix-possible-crash-in-tcp_v4_err'David S. Miller2019-02-172-2/+5
| |\ \ \ \
| | * | | | tcp: tcp_v4_err() should be more carefulEric Dumazet2019-02-171-1/+4
| | * | | | tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-171-1/+1
| |/ / / /
| * | | | net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()Alexey Khoroshilov2019-02-171-1/+6
| * | | | qmi_wwan: apply SET_DTR quirk to Sierra WP7607Beniamino Galvani2019-02-171-2/+2
| * | | | net: stmmac: handle endianness in dwmac4_get_timestampAlexandre Torgue2019-02-171-3/+6
| * | | | doc: Mention MSG_ZEROCOPY implementation for UDPPetr Vorel2019-02-171-1/+1