summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-17ipv6: add missing tx timestamping on IPPROTO_RAWWillem de Bruijn
2018-12-17MAINTAINERS: change my email addressVivien Didelot
2018-12-16net: mvneta: fix operation for 64K PAGE_SIZEMarcin Wojtas
2018-12-16Merge branch 'hns-fixes'David S. Miller
2018-12-16net: hns: Fix ping failed when use net bridge and send multicastYonglong Liu
2018-12-16net: hns: Add mac pcs config when enable|disable macYonglong Liu
2018-12-16net: hns: Fix ntuple-filters status error.Yonglong Liu
2018-12-16net: hns: Avoid net reset caused by pause frames stormYonglong Liu
2018-12-16net: hns: Free irq when exit from abnormal branchYonglong Liu
2018-12-16net: hns: Clean rx fbd when ae stopped.Yonglong Liu
2018-12-16net: hns: Fixed bug that netdev was opened twiceYonglong Liu
2018-12-16net: hns: Some registers use wrong address according to the datasheet.Yonglong Liu
2018-12-16net: hns: All ports can not work when insmod hns ko after rmmod.Yonglong Liu
2018-12-16net: hns: Incorrect offset address used for some registers.Yonglong Liu
2018-12-15net: clear skb->tstamp in forwarding pathsEric Dumazet
2018-12-15mod_devicetable.h: correct kerneldoc typo, "PHYSID2" -> "MII_PHYSID2"Robert P. J. Day
2018-12-15net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek
2018-12-15qmi_wwan: Added support for Telit LN940 seriesJörgen Storvist
2018-12-15qmi_wwan: Added support for Fibocom NL668 seriesJörgen Storvist
2018-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-12-14tipc: check tsk->group in tipc_wait_for_cond()Cong Wang
2018-12-14net: Allow class-e address assignment via ifconfig ioctlDave Taht
2018-12-14ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-14w90p910_ether: remove incorrect __init annotationArnd Bergmann
2018-12-14VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu
2018-12-14r8152: Add support for MAC address pass through on RTL8153-BNDMario Limonciello
2018-12-14crypto/chelsio/chtls: send/recv window updateAtul Gupta
2018-12-14crypto/chelsio/chtls: macro correction in tx pathAtul Gupta
2018-12-14crypto/chelsio/chtls: listen fails with multiadaptAtul Gupta
2018-12-14net/tls: sleeping function from invalid contextAtul Gupta
2018-12-14net/tls: Init routines in create_ctxAtul Gupta
2018-12-14drivers: net: xgene: Remove unnecessary forward declarationsNathan Chancellor
2018-12-14tipc: compare remote and local protocols in tipc_udp_enable()Cong Wang
2018-12-14tipc: fix a double kfree_skb()Cong Wang
2018-12-14tipc: use lock_sock() in tipc_sk_reinit()Cong Wang
2018-12-14net: netlink: rename NETLINK_DUMP_STRICT_CHK -> NETLINK_GET_STRICT_CHKJakub Kicinski
2018-12-13qed: Fix command number mismatch between driver and the mfwSudarsana Reddy Kalluru
2018-12-13Merge tag 'mlx5-fixes-2018-12-13' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2018-12-13bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski
2018-12-13net/mlx5e: Cancel DIM work on close SQTal Gilboa
2018-12-13net/mlx5e: Remove unused UDP GSO remaining counterMikhael Goikhman
2018-12-13net/mlx5e: Avoid encap flows deletion attempt the 1st time a neigh is resolvedOr Gerlitz
2018-12-13net/mlx5e: Properly initialize flow attributes for slow path eswitch rule del...Or Gerlitz
2018-12-13net/mlx5e: Avoid overriding the user provided priority for offloaded tc rulesOr Gerlitz
2018-12-13net/mlx5e: Err if asked to mirror a goto chain tc eswitch ruleOr Gerlitz
2018-12-13net/mlx5e: RX, Verify MPWQE stride size is in rangeMoshe Shemesh
2018-12-13net/mlx5e: Fix default amount of channels for VF representorsGavi Teitz
2018-12-13net/mlx5: E-Switch, Fix fdb cap bits swapVu Pham
2018-12-12Merge branch 'vhost-fixes'David S. Miller
2018-12-12Revert "net: vhost: lock the vqs one by one"Jason Wang