summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: check dev->addr_len for dev_set_mac_address()WANG Cong2017-07-291-0/+2
* phy: bcm-ns-usb3: fix MDIO_BUS dependencyArnd Bergmann2017-07-281-1/+1
* net: phy: rework Kconfig settings for MDIO_BUSArnd Bergmann2017-07-281-3/+10
* sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long2017-07-271-2/+2
* dccp: fix a memleak for dccp_feat_init err processXin Long2017-07-271-2/+5
* dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properlyXin Long2017-07-271-0/+1
* dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properlyXin Long2017-07-271-0/+1
* bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski2017-07-272-3/+6
* netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke2017-07-271-1/+1
* bonding: commit link status change after proposeWANG Cong2017-07-261-0/+2
* udp: unbreak build lacking CONFIG_XFRMPaolo Abeni2017-07-261-1/+1
* net: ethernet: nb8800: Handle all 4 RGMII modes identicallyMarc Gonzalez2017-07-261-5/+4
* Revert "netvsc: optimize calculation of number of slots"stephen hemminger2017-07-261-10/+33
* ftgmac100: return error in ftgmac100_alloc_rx_bufJoel Stanley2017-07-261-2/+2
* ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio2017-07-261-4/+0
* lib: test_rhashtable: Fix KASAN warningPhil Sutter2017-07-251-1/+3
* net: phy: Remove trailing semicolon in macro definitionMarc Gonzalez2017-07-251-1/+1
* udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni2017-07-252-31/+40
* net: dsa: Initialize ds->cpu_port_mask earlierFlorian Fainelli2017-07-251-6/+7
* packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong2017-07-251-1/+1
* ftgmac100: Make the MDIO bus a child of the ethernet deviceBenjamin Herrenschmidt2017-07-251-0/+1
* ftgmac100: Increase reset timeoutBenjamin Herrenschmidt2017-07-251-1/+1
* openvswitch: fix potential out of bound access in parse_ctLiping Zhang2017-07-251-2/+5
* mcs7780: Fix initialization when CONFIG_VMAP_STACK is enabledThomas Jarosch2017-07-251-3/+13
* net: stmmac: Adjust dump offset of DMA registers for ethtoolThor Thayer2017-07-254-2/+10
* net/socket: fix type in assignment and trim long linePaolo Abeni2017-07-241-2/+3
* Merge tag 'wireless-drivers-for-davem-2017-07-21' of git://git.kernel.org/pub...David S. Miller2017-07-2411-14/+36
|\
| * Merge tag 'iwlwifi-for-kalle-2017-07-21' of git://git.kernel.org/pub/scm/linu...Kalle Valo2017-07-218-9/+34
| |\
| | * iwlwifi: mvm: defer setting IWL_MVM_STATUS_IN_HW_RESTARTJohannes Berg2017-07-213-4/+12
| | * iwlwifi: mvm: handle IBSS probe_queue in a few missing placesLuca Coelho2017-07-211-1/+2
| | * iwlwifi: fix tracing when tx only is enabledEmmanuel Grumbach2017-07-211-2/+2
| | * iwlwifi: missing error code in iwl_trans_pcie_alloc()Dan Carpenter2017-07-211-1/+2
| | * iwlwifi: mvm: fix a NULL pointer dereference of error in recoveryEmmanuel Grumbach2017-07-211-0/+12
| | * iwlwifi: pcie: fix unused txq NULL pointer dereferenceMordechai Goodstein2017-07-211-0/+3
| | * iwlwifi: dvm: prevent an out of bounds accessEmmanuel Grumbach2017-07-211-1/+1
| |/
| * Revert "rtlwifi: btcoex: rtl8723be: fix ant_sel not work"Larry Finger2017-07-212-4/+0
| * brcmfmac: fix regression in brcmf_sdio_txpkt_hdalign()Arend Van Spriel2017-07-211-1/+2
* | mlxsw: spectrum_router: Don't offload routes next in listIdo Schimmel2017-07-241-0/+7
* | lib: test_rhashtable: fix for large entry countsPhil Sutter2017-07-241-21/+32
* | Merge branch 'bpf-fix-verifier-min-max-handling-in-BPF_SUB'David S. Miller2017-07-242-6/+43
|\ \
| * | bpf/verifier: fix min/max handling in BPF_SUBEdward Cree2017-07-241-6/+15
| * | selftests/bpf: subtraction bounds testEdward Cree2017-07-241-0/+28
|/ /
* | net: ethernet: mediatek: Explicitly include linux/interrupt.hMark Brown2017-07-241-0/+1
* | tun/tap: Add the missed return value check of register_netdevice_notifierTonghao Zhang2017-07-241-1/+9
* | net: ethernet: mediatek: avoid potential invalid memory accessSean Wang2017-07-241-0/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-2183-581/+1176
|\
| * net: bonding: Fix transmit load balancing in balance-alb modeKosuke Tatsukawa2017-07-211-1/+1
| * rds: Make sure updates to cp_send_gen can be observedHÃ¥kon Bugge2017-07-211-3/+3
| * net: ethernet: ti: cpsw: Push the request_irq function to the end of probeKeerthy2017-07-211-24/+25
| * ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar2017-07-211-4/+5