summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vhost_net: initialize rx_ring in vhost_net_open()Alexander Potapenko2018-03-091-0/+1
* net: ethernet: ave: enable Rx drop interruptKunihiko Hayashi2018-03-091-1/+1
* net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens2018-03-096-9/+12
* ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()Eric Dumazet2018-03-091-4/+8
* ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi2018-03-091-1/+2
* Merge branch 'hv_netvsc-fix-multicast-flags-and-sync'David S. Miller2018-03-083-7/+21
|\
| * hv_netvsc: fix locking during VF setupStephen Hemminger2018-03-081-0/+4
| * hv_netvsc: fix locking for rx_modeStephen Hemminger2018-03-081-3/+8
| * hv_netvsc: avoid repeated updates of packet filterStephen Hemminger2018-03-082-2/+7
| * hv_netvsc: fix filter flagsStephen Hemminger2018-03-081-2/+2
|/
* Merge tag 'wireless-drivers-for-davem-2018-03-08' of git://git.kernel.org/pub...David S. Miller2018-03-0825-88/+212
|\
| * brcmfmac: fix P2P_DEVICE ethernet address generationArend Van Spriel2018-03-071-13/+11
| * brcmfmac: add possibility to obtain firmware errorArend Van Spriel2018-03-073-0/+15
| * Merge tag 'iwlwifi-for-kalle-2018-03-02' of git://git.kernel.org/pub/scm/linu...Kalle Valo2018-03-0614-27/+125
| |\
| | * iwlwifi: fix malformed CONFIG_IWLWIFI_PCIE_RTPM defaultUlf Magnusson2018-03-021-1/+0
| | * iwlwifi: mvm: Correctly set the tid for mcast queueIlan Peer2018-03-021-3/+3
| | * iwlwifi: mvm: Direct multicast frames to the correct stationIlan Peer2018-03-021-1/+5
| | * iwlwifi: mvm: fix "failed to remove key" messageSara Sharon2018-03-021-1/+2
| | * iwlwifi: avoid collecting firmware dump if not loadedShaul Triebitz2018-03-025-5/+27
| | * iwlwifi: mvm: fix assert 0x2B00 on older FWsSara Sharon2018-03-021-10/+35
| | * iwlwifi: mvm: Fix channel switch for count 0 and 1Andrei Otcheretianski2018-03-022-4/+6
| | * iwlwifi: mvm: fix TX of CCMP 256Sara Sharon2018-03-021-2/+5
| | * iwlwifi: Cancel and set MARKER_CMD timer during suspend-resumeHaim Dreyfuss2018-03-024-0/+42
| |/
| * rtlwifi: rtl8723be: Fix loss of signalLarry Finger2018-02-251-1/+2
| * Merge tag 'iwlwifi-for-kalle-2018-02-16-2' of git://git.kernel.org/pub/scm/li...Kalle Valo2018-02-2510-50/+62
| |\
| | * iwlwifi: mvm: always init rs with 20mhz bandwidth ratesNaftali Goldstein2018-02-162-8/+24
| | * iwlwifi: align timestamp cancel with timestamp startShaul Triebitz2018-02-163-8/+2
| | * iwlwifi: pcie: don't warn if we use all the transmit pointersEmmanuel Grumbach2018-02-162-2/+2
| | * iwlwifi: mvm: fix IBSS for devices that support station type APISara Sharon2018-02-162-13/+14
| | * iwlwifi: mvm: fix security bug in PN checkingSara Sharon2018-02-161-19/+20
| |/
* | docs: segmentation-offloads.txt: Correct TCP gso_typesDaniel Axtens2018-03-081-2/+2
* | team: Fix double free in error pathArkadi Sharshevsky2018-03-081-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-03-075-21/+79
|\ \
| * | bpf, x64: increase number of passesDaniel Borkmann2018-03-071-1/+2
| * | tools: bpftool: fix compilation with older headersJiri Benc2018-03-061-0/+4
| * | bpf: fix bpf_skb_adjust_net/bpf_skb_proto_xlat to deal with gso sctp skbsDaniel Axtens2018-03-033-20/+73
* | | cxgb4: do not set needs_free_netdev for mgmt dev'sGanesh Goudar2018-03-071-1/+0
* | | cxgb4: copy adap index to PF0-3 adapter instancesGanesh Goudar2018-03-071-0/+2
* | | net: don't unnecessarily load kernel modules in dev_ioctl()Paul Moore2018-03-071-2/+5
* | | tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh2018-03-072-0/+2
* | | dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev2018-03-071-0/+5
* | | l2tp: do not accept arbitrary socketsEric Dumazet2018-03-071-2/+6
* | | net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai2018-03-071-0/+3
* | | net: smsc911x: Fix unload crash when link is upJeremy Linton2018-03-071-2/+2
* | | ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routesStefano Brivio2018-03-071-29/+42
* | | net: qcom/emac: Use proper free methods during TXHemanth Puranik2018-03-071-9/+14
* | | qed: Free RoCE ILT Memory on rmmod qedrMichal Kalderon2018-03-072-1/+5
* | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-03-074-26/+34
|\ \ \
| * | | e1000e: allocate ring descriptors with dma_zalloc_coherentPierre-Yves Kerbrat2018-03-051-2/+2
| * | | e1000e: Fix check_for_link return value with autoneg offBenjamin Poirier2018-03-052-2/+2