summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix the missing put_user when dumping transport thresholdsXin Long2019-09-101-1/+2
* sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang2019-09-101-1/+1
* net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang2019-09-101-0/+2
* bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel2019-09-101-1/+1
* net/ibmvnic: Fix missing { in __ibmvnic_resetMichal Suchanek2019-09-101-1/+1
* nfp: flower: cmsg rtnl locks can timeout reify messagesFred Lotter2019-09-071-5/+5
* net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani2019-09-071-0/+19
* ipv6: addrconf_f6i_alloc - fix non-null pointer check to !IS_ERR()Maciej Żenczykowski2019-09-071-1/+1
* isdn/capi: check message length in capi_write()Eric Biggers2019-09-072-1/+10
* net/ibmvnic: free reset work of removed device from queueJuliet Kim2019-09-071-2/+5
* net: phylink: Fix flow control resolutionStefan Chulski2019-09-071-3/+3
* net/hamradio/6pack: Fix the size of a sk_buff used in 'sp_bump()'Christophe JAILLET2019-09-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-09-071-9/+14
|\
| * bpf: fix precision tracking of stack slotsAlexei Starovoitov2019-09-051-9/+14
* | Merge tag 'wireless-drivers-for-davem-2019-09-05' of git://git.kernel.org/pub...David S. Miller2019-09-067-34/+60
|\ \
| * | rsi: fix a double free bug in rsi_91x_deinit()Hui Peng2019-09-031-1/+0
| * | Revert "rt2800: enable TX_PIN_CFG_LNA_PE_ bits per band"Stanislaw Gruszka2019-09-031-12/+6
| * | rt2x00: clear up IV's on key removalStanislaw Gruszka2019-09-031-7/+12
| * | iwlwifi: assign directly to iwl_trans->cfg in QuZ detectionLuca Coelho2019-09-031-12/+12
| * | mwifiex: Fix three heap overflow at parsing element in cfg80211_ap_settingsWen Huang2019-09-032-1/+11
| * | mt76: mt76x0e: disable 5GHz band for MT7630EStanislaw Gruszka2019-09-031-0/+5
| * | mt76: mt76x0e: don't use hw encryption for MT7630EStanislaw Gruszka2019-09-031-1/+14
* | | MAINTAINERS: add myself as maintainer for xilinx axiethernet driverRadhey Shyam Pandey2019-09-061-2/+1
* | | net: sched: fix reordering issuesEric Dumazet2019-09-061-2/+7
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-09-064-35/+36
|\ \ \
| * | | xfrm: policy: avoid warning splat when merging nodesFlorian Westphal2019-08-202-2/+11
| * | | xfrm interface: fix management of phydevNicolas Dichtel2019-07-172-16/+17
| * | | xfrm interface: fix list corruption for x-netnsNicolas Dichtel2019-07-171-4/+4
| * | | xfrm interface: ifname may be wrong in logsNicolas Dichtel2019-07-172-10/+1
| * | | xfrm interface: avoid corruption on changelinkNicolas Dichtel2019-07-171-5/+5
* | | | forcedeth: use per cpu to collect xmit/recv statisticsZhu Yanjun2019-09-061-44/+99
* | | | net: sonic: return NETDEV_TX_OK if failed to map bufferMao Wenan2019-09-061-2/+2
* | | | net: Properly update v4 routes with v6 nexthopDonald Sharp2019-09-054-16/+19
* | | | Merge branch 'nexthops-Fix-multipath-notifications-for-IPv6-and-selftests'David S. Miller2019-09-052-12/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | selftest: A few cleanups for fib_nexthops.shDavid Ahern2019-09-051-11/+13
| * | | ipv6: Fix RTA_MULTIPATH with nexthop objectsDavid Ahern2019-09-051-1/+1
|/ / /
* | | net: sock_map, fix missing ulp check in sock hash caseJohn Fastabend2019-09-051-0/+3
* | | net: fixed_phy: Add forward declaration for struct gpio_desc;Moritz Fischer2019-09-051-0/+1
* | | tipc: add NULL pointer check before calling kfree_rcuXin Long2019-09-051-1/+2
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-09-055-23/+11
|\ \ \
| * | | Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann2019-09-052-13/+1
| * | | Bluetooth: bpa10x: change return valueNavid Emamdoost2019-09-041-1/+1
| * | | Bluetooth: hci_qca: disable irqs when spinlock is acquiredHarish Bandi2019-09-041-4/+6
| * | | Bluetooth: btrtl: Additional Realtek 8822CE Bluetooth devicesJian-Hong Pan2019-09-041-0/+3
| * | | Revert "Bluetooth: btusb: driver to enable the usb-wakeup feature"Mario Limonciello2019-08-301-5/+0
* | | | net-ipv6: fix excessive RTF_ADDRCONF flag on ::1/128 local route (and others)Maciej Żenczykowski2019-09-051-2/+6
* | | | sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long2019-09-051-1/+1
* | | | rxrpc: Fix misplaced tracelineDavid Howells2019-09-051-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-09-055-6/+16
|\ \ \ \
| * | | | netfilter: nf_flow_table: set default timeout after successful insertionPablo Neira Ayuso2019-09-031-1/+1