summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: loop: Initialize err in dsa_loop_vlan_dumpFlorian Fainelli2017-04-061-1/+1
* net: dsa: loop: Fix uninitialized pvid variableFlorian Fainelli2017-04-061-1/+1
* net/sched: Removed unused vlan actions definitionOr Gerlitz2017-04-061-3/+0
* mlx4: trust shinfo->gso_segsEric Dumazet2017-04-061-2/+1
* qed: fix missing break in OOO_LB_TC caseColin Ian King2017-04-061-0/+1
* net/mlx5e: fix build error without CONFIG_SYSFSTobias Regnery2017-04-061-4/+2
* af_unix: Use designated initializersKees Cook2017-04-061-1/+1
* Merge branch 'ftgmac100-rework-batch-1-Link-and-Interrupts'David S. Miller2017-04-062-218/+356
|\
| * ftgmac100: Rework NAPI & interrupts handlingBenjamin Herrenschmidt2017-04-062-61/+90
| * ftgmac100: Remove useless tests in interrupt handlerBenjamin Herrenschmidt2017-04-061-8/+3
| * ftgmac100: Rework MAC reset and initBenjamin Herrenschmidt2017-04-061-39/+59
| * ftgmac100: Add a reset task and use it for link changesBenjamin Herrenschmidt2017-04-061-13/+74
| * ftgmac100: Move the bulk of inits to a separate functionBenjamin Herrenschmidt2017-04-061-29/+42
| * ftgmac100: Request the interrupt only after HW is resetBenjamin Herrenschmidt2017-04-061-9/+10
| * ftgmac100: Move napi_add/del to open/closeBenjamin Herrenschmidt2017-04-061-3/+5
| * ftgmac100: Split ring alloc, init and rx buffer allocBenjamin Herrenschmidt2017-04-061-21/+47
| * ftgmac100: Cleanup speed/duplex tracking and fix duplex configBenjamin Herrenschmidt2017-04-061-8/+44
| * ftgmac100: Remove "enabled" flagsBenjamin Herrenschmidt2017-04-061-7/+0
| * ftgmac100: Reorder struct fields and commentBenjamin Herrenschmidt2017-04-061-7/+12
| * ftgmac100: Remove "banner" commentsBenjamin Herrenschmidt2017-04-061-42/+0
| * ftgmac100: Use netdev->irq instead of private copyBenjamin Herrenschmidt2017-04-061-7/+6
|/
* liquidio: fix Octeon core watchdog timeout false alarmFelix Manlunas2017-04-063-77/+107
* net: usbnet: Remove unused driver_name variableFlorian Fainelli2017-04-061-2/+0
* selftests/bpf: fix merge conflictAlexei Starovoitov2017-04-061-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-06551-3798/+7439
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-04-0688-518/+1285
| |\
| | * nfp: fix potential use after free on xdp progJakub Kicinski2017-04-061-1/+2
| | * tcp: fix reordering SNMP under-countingYuchung Cheng2017-04-061-13/+14
| | * tcp: fix lost retransmit SNMP under-countingYuchung Cheng2017-04-061-1/+2
| | * sctp: get sock from transport in sctp_transport_update_pmtuXin Long2017-04-057-28/+22
| | * Merge tag 'wireless-drivers-for-davem-2017-04-03' of git://git.kernel.org/pub...David S. Miller2017-04-047-12/+25
| | |\
| | * | net: ethernet: ti: cpsw: fix race condition during open()Sekhar Nori2017-04-041-6/+8
| | * | l2tp: fix PPP pseudo-wire auto-loadingGuillaume Nault2017-04-041-1/+1
| | * | bnx2x: fix spelling mistake in macros HW_INTERRUT_ASSERT_SET_*Colin Ian King2017-04-042-12/+12
| | * | l2tp: take reference on sessions being dumpedGuillaume Nault2017-04-045-11/+27
| | * | tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner2017-04-041-5/+9
| | * | sctp: check for dst and pathmtu update in sctp_packet_configXin Long2017-04-032-34/+50
| | * | flow dissector: correct size of storage for ARPSimon Horman2017-04-031-1/+1
| | * | net: ethernet: ti: cpsw: wake tx queues on ndo_tx_timeoutGrygorii Strashko2017-04-031-0/+2
| | * | Merge branch 'l2tp_session_find-fixes'David S. Miller2017-04-027-101/+222
| | |\ \
| | | * | l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault2017-04-023-16/+35
| | | * | l2tp: hold session while sending creation notificationsGuillaume Nault2017-04-021-2/+4
| | | * | l2tp: fix duplicate session creationGuillaume Nault2017-04-023-56/+84
| | | * | l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault2017-04-021-4/+11
| | | * | l2tp: fix race in l2tp_recv_common()Guillaume Nault2017-04-024-23/+88
| | |/ /
| | * | sctp: use right in and out stream cntXin Long2017-04-024-12/+11
| | * | Merge tag 'mac80211-for-davem-2017-03-31' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-04-012-7/+6
| | |\ \
| | | * | mac80211: unconditionally start new netdev queues with iTXQ supportJohannes Berg2017-03-291-1/+2
| | | * | cfg80211: check rdev resume callback only for registered wiphyArend Van Spriel2017-03-291-6/+4
| | * | | Merge branch 'bpf-map_value_adj-reg-types-fixes'David S. Miller2017-04-014-26/+322
| | |\ \ \