index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clocksource
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-07-25
6lowpan: fix set not used warning
stephen hemminger
1
-3
/
+0
2017-07-25
socket: fix set not used warning
stephen hemminger
1
-4
/
+2
2017-07-25
netfilter: remove unused variable
stephen hemminger
1
-1
/
+1
2017-07-25
benet: fix set but not used warning
stephen hemminger
1
-3
/
+0
2017-07-25
bnxt: fix unused variable warnings
stephen hemminger
1
-4
/
+0
2017-07-25
bnxt: fix unsigned comparsion with 0
stephen hemminger
1
-1
/
+1
2017-07-25
nfp: set config bit (ifup/ifdown) on netdev open/close
Dirk van der Merwe
5
-5
/
+74
2017-07-25
drivers/net: Fix ptr_ret.cocci warnings.
Tonghao Zhang
2
-7
/
+2
2017-07-25
bnxt_en: Use SWITCHDEV_SET_OPS().
David S. Miller
1
-1
/
+1
2017-07-25
ibmvnic: Check for transport event on driver resume
John Allen
1
-4
/
+1
2017-07-25
netvsc: remove no longer used max_num_rss queues
stephen hemminger
2
-3
/
+0
2017-07-25
netvsc: include rtnetlink.h
stephen hemminger
2
-0
/
+3
2017-07-25
netvsc: fix netvsc_set_channels
stephen hemminger
1
-33
/
+19
2017-07-25
netvsc: prefetch the first incoming ring element
stephen hemminger
1
-1
/
+7
2017-07-25
netvsc: Remove redundant use of ipv6_hdr()
Mohammed Gamal
1
-1
/
+1
2017-07-25
netvsc: remove bogus rtnl_unlock
stephen hemminger
1
-1
/
+0
2017-07-25
bnxt_en: add support for port_attr_get and and get_phys_port_name
Sathya Perla
3
-1
/
+89
2017-07-25
bnxt_en: add vf-rep RX/TX and netdev implementation
Sathya Perla
4
-12
/
+288
2017-07-25
bnxt_en: add support to enable VF-representors
Sathya Perla
7
-2
/
+330
2017-07-25
bnxt_en: Set ETS min_bw parameter for older firmware.
Michael Chan
2
-0
/
+7
2017-07-25
bnxt_en: Report firmware DCBX agent.
Michael Chan
3
-12
/
+19
2017-07-25
bnxt_en: Allow the user to set ethtool stats-block-usecs to 0.
Michael Chan
2
-4
/
+7
2017-07-25
bnxt_en: Add bnxt_get_num_stats() to centrally get the number of ethtool stats.
Michael Chan
1
-12
/
+13
2017-07-25
bnxt_en: Implement ndo_bridge_{get|set}link methods.
Michael Chan
1
-0
/
+67
2017-07-25
bnxt_en: Retrieve the hardware bridge mode from the firmware.
Michael Chan
2
-0
/
+9
2017-07-25
bnxt_en: Update firmware interface spec to 1.8.0.
Michael Chan
4
-39
/
+308
2017-07-25
tcp: remove redundant argument from tcp_rcv_established()
Matvejchikov Ilya
5
-6
/
+8
2017-07-25
mlx4_en: remove unnecessary error check
Zhu Yanjun
1
-7
/
+2
2017-07-25
mlxsw: spectrum_router: Fix build when IPv6 isn't enabled
Ido Schimmel
1
-4
/
+18
2017-07-25
mlx4_en: remove unnecessary returned value
Zhu Yanjun
2
-4
/
+2
2017-07-25
of_mdio: kill useless variable in of_phy_register_fixed_link()
Sergei Shtylyov
1
-4
/
+2
2017-07-25
skbuff: re-add check for NULL skb->head in kfree_skb path
Florian Westphal
1
-1
/
+2
2017-07-25
liquidio: fix implicit irq include causing build failures
Paul Gortmaker
1
-0
/
+2
2017-07-25
bpf: dev_map_alloc() shouldn't return NULL
Dan Carpenter
1
-0
/
+1
2017-07-25
netvsc: fix ptr_ret.cocci warnings
Wu Fengguang
1
-1
/
+1
2017-07-25
mlxsw: spectrum_router: Don't batch neighbour deletion
Ido Schimmel
1
-12
/
+3
2017-07-25
sctp: remove the typedef sctp_abort_chunk_t
Xin Long
2
-6
/
+6
2017-07-25
sctp: remove the typedef sctp_heartbeat_chunk_t
Xin Long
2
-3
/
+4
2017-07-25
sctp: remove the typedef sctp_heartbeathdr_t
Xin Long
2
-4
/
+4
2017-07-25
sctp: remove the typedef sctp_sack_chunk_t
Xin Long
3
-5
/
+5
2017-07-25
sctp: remove the typedef sctp_sackhdr_t
Xin Long
3
-6
/
+6
2017-07-25
sctp: remove the typedef sctp_sack_variable_t
Xin Long
2
-8
/
+8
2017-07-25
sctp: remove the typedef sctp_dup_tsn_t
Xin Long
1
-3
/
+1
2017-07-25
sctp: remove the typedef sctp_gap_ack_block_t
Xin Long
1
-4
/
+4
2017-07-25
sctp: remove the typedef sctp_unrecognized_param_t
Xin Long
2
-13
/
+9
2017-07-25
sctp: remove the typedef sctp_cookie_param_t
Xin Long
2
-10
/
+12
2017-07-25
sctp: remove the typedef sctp_initack_chunk_t
Xin Long
2
-8
/
+10
2017-07-24
geneve/vxlan: offload ports on register/unregister events
Sabrina Dubroca
2
-4
/
+13
2017-07-24
geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFO
Sabrina Dubroca
2
-14
/
+30
2017-07-24
net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggled
Sabrina Dubroca
1
-1
/
+21
[next]