summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* tipc: fix a double kfree_skb()Cong Wang2018-12-141-3/+1
* tipc: use lock_sock() in tipc_sk_reinit()Cong Wang2018-12-141-2/+6
* net: netlink: rename NETLINK_DUMP_STRICT_CHK -> NETLINK_GET_STRICT_CHKJakub Kicinski2018-12-143-4/+4
* qed: Fix command number mismatch between driver and the mfwSudarsana Reddy Kalluru2018-12-131-1/+2
* Merge tag 'mlx5-fixes-2018-12-13' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-12-136-27/+38
|\
| * net/mlx5e: Cancel DIM work on close SQTal Gilboa2018-12-131-0/+1
| * net/mlx5e: Remove unused UDP GSO remaining counterMikhael Goikhman2018-12-132-4/+0
| * net/mlx5e: Avoid encap flows deletion attempt the 1st time a neigh is resolvedOr Gerlitz2018-12-132-6/+5
| * net/mlx5e: Properly initialize flow attributes for slow path eswitch rule del...Or Gerlitz2018-12-131-3/+6
| * net/mlx5e: Avoid overriding the user provided priority for offloaded tc rulesOr Gerlitz2018-12-131-5/+4
| * net/mlx5e: Err if asked to mirror a goto chain tc eswitch ruleOr Gerlitz2018-12-131-2/+9
| * net/mlx5e: RX, Verify MPWQE stride size is in rangeMoshe Shemesh2018-12-131-0/+5
| * net/mlx5e: Fix default amount of channels for VF representorsGavi Teitz2018-12-131-3/+2
| * net/mlx5: E-Switch, Fix fdb cap bits swapVu Pham2018-12-131-4/+6
* | Merge branch 'vhost-fixes'David S. Miller2018-12-122-5/+26
|\ \
| * | Revert "net: vhost: lock the vqs one by one"Jason Wang2018-12-121-4/+17
| * | vhost_net: switch to use mutex_trylock() in vhost_net_busy_poll()Jason Wang2018-12-121-1/+7
| * | vhost: make sure used idx is seen before log in vhost_add_used_n()Jason Wang2018-12-121-0/+2
|/ /
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-12-125-53/+32
|\ \
| * | ixgbe: Fix race when the VF driver does a resetRoss Lagerwall2018-12-121-1/+10
| * | i40e: DRY rx_ptype handling codeMichał Mirosław2018-12-123-15/+6
| * | i40e: fix VLAN.TCI == 0 RX HW offloadMichał Mirosław2018-12-123-30/+9
| * | i40e: fix mac filter delete when setting mac addressStefan Assmann2018-12-121-7/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-12-127-27/+22
|\ \ \
| * | | netfilter: nf_conncount: use rb_link_node_rcu() instead of rb_link_node()Taehee Yoo2018-12-131-1/+1
| * | | netfilter: nat: can't use dst_hold on noref dstFlorian Westphal2018-12-131-1/+2
| * | | netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian2018-12-131-1/+1
| * | | netfilter: seqadj: re-load tcp header pointer after possible head reallocationFlorian Westphal2018-12-071-3/+4
| * | | netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace()Taehee Yoo2018-12-043-21/+14
* | | | Merge branch 'bnx2x-Fix-series'David S. Miller2018-12-124-22/+55
|\ \ \ \
| * | | | bnx2x: Send update-svid ramrod with retry/poll flags enabledSudarsana Reddy Kalluru2018-12-122-1/+10
| * | | | bnx2x: Enable PTP only on the PF that initializes the portSudarsana Reddy Kalluru2018-12-123-12/+12
| * | | | bnx2x: Remove configured vlans as part of unload sequence.Sudarsana Reddy Kalluru2018-12-122-8/+30
| * | | | bnx2x: Clear fip MAC when fcoe offload support is disabledSudarsana Reddy Kalluru2018-12-121-1/+3
|/ / / /
* | / / USB: hso: Fix OOB memory access in hso_probe/hso_get_config_dataHui Peng2018-12-121-2/+16
| |/ / |/| |
* | | r8169: fix crash if CONFIG_DEBUG_SHIRQ is enabledHeiner Kallweit2018-12-111-1/+1
* | | Merge branch 'ieee802154-for-davem-2018-12-11' of git://git.kernel.org/pub/sc...David S. Miller2018-12-112-4/+4
|\ \ \
| * | | ieee802154: ca8210: fix possible u8 overflow in ca8210_rx_doneYueHaibing2018-12-111-2/+2