summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-12-20137-759/+1565
|\
| * rds: Fix warning.David S. Miller2018-12-201-1/+3
| * neighbor: NTF_PROXY is a valid ndm_flag for a dump requestDavid Ahern2018-12-201-1/+6
| * net: mvpp2: fix the phylink mode validationAntoine Tenart2018-12-201-1/+1
| * net/sched: cls_flower: Remove old entries from rhashtableRoi Dayan2018-12-201-4/+3
| * net/tls: allocate tls context using GFP_ATOMICGanesh Goudar2018-12-201-1/+1
| * iptunnel: make TUNNEL_FLAGS available in uapiwenxu2018-12-202-19/+20
| * gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi2018-12-201-0/+1
| * lan743x: Remove MAC Reset from initializationBryan Whitehead2018-12-201-6/+0
| * Merge tag 'mlx5-fixes-2018-12-19' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-12-193-13/+10
| |\
| | * net/mlx5e: Remove the false indication of software timestamping supportAlaa Hleihel2018-12-191-8/+3
| | * net/mlx5: Typo fix in del_sw_hw_ruleYuval Avnery2018-12-191-1/+1
| | * net/mlx5e: RX, Fix wrong early return in receive queue pollTariq Toukan2018-12-191-4/+6
| |/
| * ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang2018-12-191-1/+2
| * bnxt_en: Fix ethtool self-test loopback.Michael Chan2018-12-191-1/+4
| * Merge branch 'rds-fixes'David S. Miller2018-12-194-61/+120
| |\
| | * net/rds: remove user triggered WARN_ON in rds_sendmsgshamir rabinovitch2018-12-194-19/+29
| | * net/rds: fix warn in rds_message_alloc_sgsshamir rabinovitch2018-12-193-42/+91
| |/
| * Merge tag 'wireless-drivers-for-davem-2018-12-19' of git://git.kernel.org/pub...David S. Miller2018-12-1912-56/+118
| |\
| | * ath10k: skip sending quiet mode cmd for WCN3990Rakesh Pillai2018-12-195-2/+44
| | * iwlwifi: mvm: don't send GEO_TX_POWER_LIMIT to old firmwaresEmmanuel Grumbach2018-12-171-0/+9
| | * mt76: add entry in MAINTAINERS fileLorenzo Bianconi2018-12-131-0/+7
| | * mt76: fix potential NULL pointer dereference in mt76_stop_tx_queuesLorenzo Bianconi2018-12-131-1/+6
| | * Revert "mwifiex: restructure rx_reorder_tbl_lock usage"Brian Norris2018-12-133-53/+51
| | * rtlwifi: Fix leak of skb when processing C2H_BT_INFOLarry Finger2018-12-131-0/+1
| * | Merge tag 'mac80211-for-davem-2018-12-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-12-194-3/+11
| |\ \
| | * | mac80211: free skb fraglist before freeing the skbSara Sharon2018-12-191-0/+5
| | * | nl80211: fix memory leak if validate_pae_over_nl80211() failsJohannes Berg2018-12-191-1/+3
| | * | mac80211: fix a kernel panic when TXing after TXQ teardownSara Sharon2018-12-182-2/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-12-191-0/+1
| |\ \ \
| | * | | bpf: promote bpf_perf_event.h to mandatory UAPI headerMasahiro Yamada2018-12-171-0/+1
| * | | | net/smc: fix TCP fallback socket releaseMyungho Jung2018-12-192-2/+16
| * | | | vxge: ensure data0 is initialized in when fetching firmware version informationColin Ian King2018-12-191-1/+1
| * | | | xen/netfront: tolerate frags with no dataJuergen Gross2018-12-191-1/+1
| * | | | net: phy: Fix the issue that netif always links up after resumingKunihiko Hayashi2018-12-191-5/+2
| * | | | lan78xx: Resolve issue with changing MAC addressJason Martinsen2018-12-191-0/+4
| * | | | lan743x: Expand phy search for LAN7431Bryan Whitehead2018-12-191-2/+3
| * | | | Merge branch 'vxlan-Various-fixes'David S. Miller2018-12-193-7/+44
| |\ \ \ \
| | * | | | selftests: net: Add test_vxlan_fdb_changelink.shPetr Machata2018-12-192-0/+30
| | * | | | vxlan: changelink: Fix handling of default remotesPetr Machata2018-12-191-4/+3
| | * | | | vxlan: Fix error path in __vxlan_dev_create()Petr Machata2018-12-191-3/+10
| | * | | | vxlan: Unmark offloaded bit on replaced FDB entriesPetr Machata2018-12-191-0/+1
| |/ / / /
| * | | | Merge branch 'macb-DMA-race-fixes'David S. Miller2018-12-192-5/+24
| |\ \ \ \
| | * | | | net: macb: add missing barriers when reading descriptorsAnssi Hannula2018-12-192-3/+12
| | * | | | net: macb: fix dropped RX frames due to a raceAnssi Hannula2018-12-191-2/+7
| | * | | | net: macb: fix random memory corruption on RX with 64-bit DMAAnssi Hannula2018-12-191-0/+5
| |/ / / /
| * | | | net: Use __kernel_clockid_t in uapi net_stamp.hDavide Caratti2018-12-191-2/+2
| * | | | net: macb: restart tx after tx used bit readClaudiu Beznea2018-12-191-1/+20
| * | | | net: stmmac: Fix an error code in probe()Dan Carpenter2018-12-191-0/+1
| * | | | tipc: check group dests after tipc_wait_for_cond()Cong Wang2018-12-191-4/+5