summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211_hwsim: add permanent mac address option for new radiosBenjamin Beichler2018-01-312-10/+42
* ipmr: Fix ptrdiff_t print formattingJames Hogan2018-01-301-1/+1
* ibmvnic: Wait for device response when changing MACThomas Falcon2018-01-301-7/+14
* qlcnic: fix deadlock bugJunxiao Bi2018-01-291-9/+9
* tcp: release sk_frag.page in tcp_disconnectLi RongQing2018-01-291-0/+6
* ipv4: Get the address of interface correctly.Tonghao Zhang2018-01-291-0/+4
* net_sched: gen_estimator: fix lockdep splatEric Dumazet2018-01-291-0/+4
* net: macb: Handle HRESP errorHarini Katakam2018-01-292-4/+58
* net/mlx5e: IPoIB, Fix copy-paste bug in flow steering refactoringGal Pressman2018-01-291-1/+1
* ipv6: addrconf: break critical section in addrconf_verify_rtnl()Eric Dumazet2018-01-291-0/+2
* ipv6: change route cache aging logicWei Wang2018-01-291-8/+12
* i40e/i40evf: Update DESC_NEEDED value to reflect larger valueAlexander Duyck2018-01-292-2/+2
* bnxt_en: cleanup DIM work on device shutdownAndy Gospodarek2018-01-291-1/+7
* net: ipv6: send unsolicited NA after DADDavid Ahern2018-01-292-4/+31
* gianfar: prevent integer wrapping in the rx handlerAndy Spencer2018-01-291-2/+7
* Merge branch 'net_sched-reflect-tx_queue_len-change-for-pfifo_fast'David S. Miller2018-01-296-37/+89
|\
| * net_sched: implement ->change_tx_queue_len() for pfifo_fastCong Wang2018-01-291-0/+18
| * net_sched: plug in qdisc ops change_tx_queue_lenCong Wang2018-01-293-0/+36
| * net: introduce helper dev_change_tx_queue_len()Cong Wang2018-01-294-37/+35
|/
* vhost_net: stop device during reset ownerJason Wang2018-01-291-0/+1
* Merge branch 'net-Ease-to-follow-an-interface-that-moves-to-another-netns'David S. Miller2018-01-294-23/+36
|\
| * dev: advertise the new ifindex when the netns iface changesNicolas Dichtel2018-01-294-20/+36
| * dev: always advertise the new nsid when the netns iface changesNicolas Dichtel2018-01-291-4/+1
|/
* net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly t...Vadim Lomovtsev2018-01-295-5/+5
* Merge branch 'ptr_ring-fixes'David S. Miller2018-01-297-45/+110
|\
| * tools/virtio: fix smp_mb on x86Michael S. Tsirkin2018-01-291-1/+1
| * tools/virtio: copy READ/WRITE_ONCEMichael S. Tsirkin2018-01-291-0/+57
| * tools/virtio: more stubs to fix tools buildMichael S. Tsirkin2018-01-292-1/+2
| * tools/virtio: switch to __ptr_ring_emptyMichael S. Tsirkin2018-01-291-1/+1
| * ptr_ring: prevent queue load/store tearingMichael S. Tsirkin2018-01-291-2/+2
| * skb_array: use __ptr_ring_emptyMichael S. Tsirkin2018-01-291-1/+1
| * Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"Michael S. Tsirkin2018-01-291-6/+1
| * ptr_ring: disallow lockless __ptr_ring_fullMichael S. Tsirkin2018-01-291-3/+4
| * tap: fix use-after-freeMichael S. Tsirkin2018-01-291-3/+0
| * ptr_ring: READ/WRITE_ONCE for __ptr_ring_emptyMichael S. Tsirkin2018-01-291-3/+8
| * ptr_ring: clean up documentationMichael S. Tsirkin2018-01-291-16/+18
| * ptr_ring: keep consumer_head valid at all timesMichael S. Tsirkin2018-01-291-9/+16
|/
* ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau2018-01-291-4/+7
* Merge branch 'rtnetlink-enable-IFLA_IF_NETNSID-for-RTM_DELLINK-RTM_SETINK'David S. Miller2018-01-291-21/+75
|\
| * rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINKChristian Brauner2018-01-291-11/+28
| * rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINKChristian Brauner2018-01-291-3/+0
| * rtnetlink: enable IFLA_IF_NETNSID in do_setlink()Christian Brauner2018-01-291-7/+47
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-2928-220/+346
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-2616-28/+57
| |\
| | * VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi2018-01-261-1/+1
| | * dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev2018-01-261-0/+3
| | * net: vrf: Add support for sends to local broadcast addressDavid Ahern2018-01-261-2/+3
| | * r8169: fix memory corruption on retrieval of hardware statistics.Francois Romieu2018-01-261-7/+2
| | * net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-259-18/+20
| | * net: tcp: close sock if net namespace is exitingDan Streetman2018-01-253-0/+28