summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears th...Steffen Klassert2018-11-221-1/+6
| * | | | xfrm: Fix bucket count reported to userspaceBenjamin Poirier2018-11-061-1/+1
| * | | | xfrm: Fix error return code in xfrm_output_one()Wei Yongjun2018-10-281-0/+1
* | | | | Merge branch 'mlxsw-VXLAN-and-firmware-flashing-fixes'David S. Miller2018-12-185-3/+30
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | mlxsw: spectrum_nve: Fix memory leak upon driver reloadIdo Schimmel2018-12-181-1/+1
| * | | | mlxsw: spectrum: Add trap for decapsulated ARP packetsIdo Schimmel2018-12-182-0/+2
| * | | | mlxsw: core: Increase timeout during firmware flash processShalom Toledo2018-12-183-2/+27
|/ / / /
* | | | net: dsa: mv88e6xxx: set ethtool regs versionVivien Didelot2018-12-171-1/+1
* | | | Merge branch 'net-SO_TIMESTAMPING-fixes'David S. Miller2018-12-175-9/+28
|\ \ \ \
| * | | | net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2018-12-175-10/+27
| * | | | ipv6: add missing tx timestamping on IPPROTO_RAWWillem de Bruijn2018-12-171-0/+2
|/ / / /
* | | | MAINTAINERS: change my email addressVivien Didelot2018-12-171-2/+2
* | | | net: mvneta: fix operation for 64K PAGE_SIZEMarcin Wojtas2018-12-161-3/+3
| |/ / |/| |
* | | Merge branch 'hns-fixes'David S. Miller2018-12-166-178/+413
|\ \ \
| * | | net: hns: Fix ping failed when use net bridge and send multicastYonglong Liu2018-12-161-41/+216
| * | | net: hns: Add mac pcs config when enable|disable macYonglong Liu2018-12-162-4/+11
| * | | net: hns: Fix ntuple-filters status error.Yonglong Liu2018-12-161-1/+1
| * | | net: hns: Avoid net reset caused by pause frames stormYonglong Liu2018-12-161-2/+10
| * | | net: hns: Free irq when exit from abnormal branchYonglong Liu2018-12-161-1/+22
| * | | net: hns: Clean rx fbd when ae stopped.Yonglong Liu2018-12-161-0/+3
| * | | net: hns: Fixed bug that netdev was opened twiceYonglong Liu2018-12-161-0/+3
| * | | net: hns: Some registers use wrong address according to the datasheet.Yonglong Liu2018-12-162-127/+127
| * | | net: hns: All ports can not work when insmod hns ko after rmmod.Yonglong Liu2018-12-162-0/+18
| * | | net: hns: Incorrect offset address used for some registers.Yonglong Liu2018-12-161-2/+2
|/ / /
* | | net: clear skb->tstamp in forwarding pathsEric Dumazet2018-12-152-0/+2
* | | mod_devicetable.h: correct kerneldoc typo, "PHYSID2" -> "MII_PHYSID2"Robert P. J. Day2018-12-151-1/+1
* | | net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek2018-12-151-6/+12
* | | qmi_wwan: Added support for Telit LN940 seriesJörgen Storvist2018-12-151-0/+1
* | | qmi_wwan: Added support for Fibocom NL668 seriesJörgen Storvist2018-12-151-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-12-1510-39/+109
|\ \ \
| * | | bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski2018-12-132-3/+38
| * | | bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2018-12-113-10/+33
| * | | selftests/bpf: use proper type when passing prog_typeStanislav Fomichev2018-12-111-4/+4
| * | | selftests/bpf: add missing pointer dereference for map stacktrace fixupStanislav Fomichev2018-12-101-1/+1
| * | | bpf: powerpc: fix broken uapi for BPF_PROG_TYPE_PERF_EVENTSandipan Das2018-12-093-1/+11
| * | | net/flow_dissector: correctly cap nhoff and thoff in case of BPFStanislav Fomichev2018-12-071-1/+4
| * | | selftests/bpf: use thoff instead of nhoff in BPF flow dissectorStanislav Fomichev2018-12-072-19/+18
* | | | tipc: check tsk->group in tipc_wait_for_cond()Cong Wang2018-12-141-11/+14
* | | | net: Allow class-e address assignment via ifconfig ioctlDave Taht2018-12-143-5/+12
* | | | ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-141-0/+4
* | | | w90p910_ether: remove incorrect __init annotationArnd Bergmann2018-12-141-1/+1
* | | | VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu2018-12-141-1/+6
* | | | r8152: Add support for MAC address pass through on RTL8153-BNDMario Limonciello2018-12-141-11/+22
* | | | crypto/chelsio/chtls: send/recv window updateAtul Gupta2018-12-142-26/+54
* | | | crypto/chelsio/chtls: macro correction in tx pathAtul Gupta2018-12-142-12/+11
* | | | crypto/chelsio/chtls: listen fails with multiadaptAtul Gupta2018-12-142-19/+36
* | | | net/tls: sleeping function from invalid contextAtul Gupta2018-12-143-36/+61
* | | | net/tls: Init routines in create_ctxAtul Gupta2018-12-141-3/+3
* | | | drivers: net: xgene: Remove unnecessary forward declarationsNathan Chancellor2018-12-141-3/+0
* | | | tipc: compare remote and local protocols in tipc_udp_enable()Cong Wang2018-12-141-0/+5