summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert2017-12-011-1/+7
* xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)Aviv Heller2017-12-011-1/+11
* xfrm: fix XFRMA_OUTPUT_MARK policy entryMichal Kubecek2017-12-011-1/+1
* xfrm: check id proto in validate_tmpl()Cong Wang2017-11-291-0/+15
* net: sched: cbq: create block for q->link.blockJiri Pirko2017-11-281-1/+8
* atm: suni: remove extraneous space to fix indentationColin Ian King2017-11-281-1/+1
* atm: lanai: use %p to format kernel addresses instead of %xColin Ian King2017-11-281-4/+4
* VSOCK: Don't set sk_state to TCP_CLOSE before testing itJorgen Hansen2017-11-281-2/+2
* atm: fore200e: use %pK to format kernel addresses instead of %xColin Ian King2017-11-281-2/+2
* ambassador: fix incorrect indentation of assignment statementColin Ian King2017-11-281-1/+1
* vxlan: use __be32 type for the param vni in __vxlan_fdb_deleteXin Long2017-11-281-2/+2
* bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEMXin Long2017-11-281-1/+1
* sctp: use right member as the param of list_for_each_entryXin Long2017-11-281-3/+3
* sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni2017-11-281-0/+1
* cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski2017-11-281-10/+13
* net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet2017-11-281-0/+5
* packet: fix crash in fanout_demux_rollover()Mike Maloney2017-11-282-23/+10
* Merge branch 'sctp-fix-sparse-errors'David S. Miller2017-11-288-16/+49
|\
| * sctp: remove extern from stream schedXin Long2017-11-286-9/+41
| * sctp: force the params with right types for sctp csum apisXin Long2017-11-281-6/+7
| * sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_failXin Long2017-11-281-1/+1
|/
* lmc: Use memdup_user() as a cleanupVasyl Gomonovych2017-11-281-10/+3
* bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()'Christophe JAILLET2017-11-281-2/+2
* net: phy: marvell10g: fix the PHY id maskAntoine Tenart2017-11-281-2/+3
* Merge branch 'mvpp2-fixes'David S. Miller2017-11-281-29/+17
|\
| * net: mvpp2: check ethtool sets the Tx ring size is to a valid min valueAntoine Tenart2017-11-281-0/+6
| * net: mvpp2: do not disable GMAC paddingYan Markman2017-11-281-9/+0
| * net: mvpp2: cleanup probed ports in the probe error pathAntoine Tenart2017-11-281-2/+9
| * net: mvpp2: fix the txq_init error pathAntoine Tenart2017-11-281-18/+2
|/
* Merge branch 'mlxsw-GRE-offloading-fixes'David S. Miller2017-11-281-40/+69
|\
| * mlxsw: spectrum_router: Update nexthop RIF on updatePetr Machata2017-11-281-7/+21
| * mlxsw: spectrum_router: Handle encap to demoted tunnelsPetr Machata2017-11-281-32/+29
| * mlxsw: spectrum_router: Demote tunnels on VRF migrationPetr Machata2017-11-281-0/+18
| * mlxsw: spectrum_router: Offload decap only for up tunnelsPetr Machata2017-11-281-1/+1
|/
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-11-285-8/+13
|\
| * e1000: Fix off-by-one in debug messageAhmad Fatoum2017-11-271-2/+4
| * i40e: Fix reporting incorrect error codesAmritha Nambiar2017-11-271-1/+0
| * e1000e: fix the use of magic numbers for buffer overrun issueSasha Neftin2017-11-272-4/+8
| * i40e/virtchnl: fix application of sizeof to pointerGustavo A R Silva2017-11-271-1/+1
* | tipc: eliminate access after delete in group_filter_msg()Jon Maloy2017-11-271-1/+1
* | xen-netfront: remove warning when unloading moduleEduardo Otubo2017-11-271-0/+18
|/
* Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-11-2710-17/+61
|\
| * mac80211: tear down RX aggregations firstSara Sharon2017-11-271-1/+3
| * mac80211: fix the update of path metric for RANN frameChun-Yeow Yeoh2017-11-271-6/+9
| * mac80211: use QoS NDP for AP probingJohannes Berg2017-11-277-10/+42
| * cfg80211: select CRYPTO_SHA256 if neededJohannes Berg2017-11-241-0/+7
* | Merge branch 'sctp-stream-reconfig-fixes'David S. Miller2017-11-271-12/+65
|\ \
| * | sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long2017-11-271-1/+1
| * | sctp: avoid flushing unsent queue when doing asoc resetXin Long2017-11-271-7/+14
| * | sctp: only allow the asoc reset when the asoc outq is emptyXin Long2017-11-271-0/+9