aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/ip_output.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-04-26 15:53:06 -0400
committerDavid S. Miller <davem@davemloft.net>2016-04-26 15:53:06 -0400
commitc578e9ab4cd467bd7b9e1ea391b5376894c56d0d (patch)
tree893afe6a3b448bfeb0dd36cae35a6ce844230852 /net/ipv4/ip_output.c
parentc971c0e580a6478c75339e45300e8ae3d167c0e9 (diff)
parentf0cdf76c103ffa34ca5ac87dcdef7edffc722cbf (diff)
Merge branch 'netdev_tx_locked-removal'
Florian Westphal says: ==================== net: core: remove TX_LOCKED support Not that many users left, lets kill it. TX_LOCKED was meant to be used by LLTX drivers when spin_trylock() failed. Stack then re-queued if collisions happened on different cpus or free'd the skb to prevent deadlocks. Most of the driver removal patches fall into one of three categories: 1. remove the driver-private tx lock (and LLTX flag), or... 2. convert spin_trylock to plain spin_lock, or... 3. convert TX_LOCKED to free+TX_OK Patches are grouped by these categories, last patch is the actual removal. All driver changes were compile tested only with exception of atl1e. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ip_output.c')
0 files changed, 0 insertions, 0 deletions