index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
tap.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-26
net: dsa: don't unmask port bitmaps
Vivien Didelot
1
-4
/
+0
2017-10-26
net: dsa: legacy: don't unmask port bitmaps
Vivien Didelot
1
-4
/
+0
2017-10-26
net: bcmgenet: use dev->phydev instead of priv->phydev
Doug Berger
3
-34
/
+31
2017-10-26
Revert "net: bcmgenet: Software reset EPHY after power on"
Doug Berger
3
-18
/
+0
2017-10-26
net: bcmgenet: relax lock constraints to reduce IRQ latency
Doug Berger
1
-15
/
+10
2017-10-26
net: bcmgenet: rework bcmgenet_netif_start and bcmgenet_netif_stop
Doug Berger
1
-32
/
+17
2017-10-26
net: bcmgenet: cleanup ring interrupt masking and unmasking
Doug Berger
1
-23
/
+5
2017-10-26
net: bcmgenet: move NAPI initialization to ring initialization
Doug Berger
1
-34
/
+8
2017-10-26
net: bcmgenet: enable loopback during UniMAC sw_reset
Doug Berger
1
-45
/
+10
2017-10-26
net: bcmgenet: prevent duplicate calls of bcmgenet_dma_teardown
Doug Berger
1
-3
/
+1
2017-10-26
net: bcmgenet: correct bad merge
Doug Berger
1
-17
/
+1
2017-10-26
macvlan: remove unused fields in struct macvlan_dev
Girish Moodalbail
2
-15
/
+4
2017-10-26
ethernet: cavium: octeon: Switch to using netdev_info().
Steven J. Hill
1
-13
/
+11
2017-10-26
tipc: eliminate KASAN warning
Jon Maloy
1
-1
/
+1
2017-10-25
drivers/net: wan/sbni: Convert timers to use timer_setup()
Kees Cook
1
-13
/
+8
2017-10-25
drivers/net: sis: Convert timers to use timer_setup()
Kees Cook
2
-11
/
+9
2017-10-25
net: atm/mpc: Stop using open-coded timer .data field
Kees Cook
1
-4
/
+6
2017-10-25
net: af_packet: Convert timers to use timer_setup()
Kees Cook
1
-15
/
+7
2017-10-25
net: hsr: Convert timers to use timer_setup()
Kees Cook
3
-10
/
+7
2017-10-25
net: dccp: Convert timers to use timer_setup()
Kees Cook
5
-15
/
+20
2017-10-25
net: ethernet/sfc: Convert timers to use timer_setup()
Kees Cook
9
-24
/
+22
2017-10-25
net: LLC: Convert timers to use timer_setup()
Kees Cook
3
-22
/
+25
2017-10-25
net: ax25: Convert timers to use timer_setup()
Kees Cook
3
-30
/
+27
2017-10-25
net: sctp: Convert timers to use timer_setup()
Kees Cook
5
-52
/
+66
2017-10-25
bonding: remove rtmsg_ifinfo called after bond_lower_state_changed
Xin Long
2
-5
/
+0
2017-10-25
rtnetlink: bring NETDEV_CHANGELOWERSTATE event process back to rtnetlink_event
Xin Long
1
-0
/
+1
2017-10-25
bonding: remove rtmsg_ifinfo called in bond_master_upper_dev_link
Xin Long
1
-8
/
+3
2017-10-25
bridge: remove rtmsg_ifinfo called in add_del_if
Xin Long
1
-3
/
+0
2017-10-25
bpf: add a test case to test single tp multiple bpf attachment
Yonghong Song
1
-13
/
+53
2017-10-25
bpf: permit multiple bpf attachments for a single perf event
Yonghong Song
9
-56
/
+255
2017-10-25
bpf: use the same condition in perf event set/free bpf handler
Yonghong Song
1
-3
/
+3
2017-10-25
ip6_tunnel: Allow rcv/xmit even if remote address is a local address
Shmulik Ladkani
2
-2
/
+6
2017-10-24
mlxsw: spectrum: mr_tcam: Include the mr_tcam header file
Yotam Gigi
1
-0
/
+1
2017-10-24
mlxsw: spectrum: mr: Make the function mlxsw_sp_mr_dev_vif_lookup static
Yotam Gigi
1
-1
/
+1
2017-10-24
mlxsw: spectrum: mr: Fix various endianness issues
Yotam Gigi
1
-5
/
+6
2017-10-24
mlxsw: spectrum_dpipe: Fix entries dump of the adjacency table
Arkadi Sharshevsky
1
-0
/
+1
2017-10-24
net/sched: Fix actions list corruption when adding offloaded tc flows
Or Gerlitz
1
-4
/
+3
2017-10-24
liquidio: pass date and time info to NIC firmware
Veerasenareddy Burru
4
-3
/
+166
2017-10-24
ipv6: add ip6_null_entry check in rt6_select()
Wei Wang
1
-1
/
+1
2017-10-24
tcp: Configure TFO without cookie per socket and/or per route
Christoph Paasch
7
-6
/
+37
2017-10-24
net/sock: Update sk rcu iterator macro.
Tim Hansen
1
-2
/
+2
2017-10-24
ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUG
Gustavo A. R. Silva
1
-2
/
+1
2017-10-24
ipv4: icmp: use BUG_ON instead of if condition followed by BUG
Gustavo A. R. Silva
1
-2
/
+3
2017-10-24
bpf: cpumap fix potential lost wake-up problem
Jesper Dangaard Brouer
1
-4
/
+8
2017-10-24
net: smc_close: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+2
2017-10-24
net: rxrpc: mark expected switch fall-throughs
Gustavo A. R. Silva
3
-0
/
+4
2017-10-24
ipv6: addrconf: do not block BH in ipv6_chk_home_addr()
Eric Dumazet
1
-3
/
+3
2017-10-24
ipv6: addrconf: do not block BH in /proc/net/if_inet6 handling
Eric Dumazet
1
-8
/
+8
2017-10-24
ipv6: addrconf: do not block BH in ipv6_get_ifaddr()
Eric Dumazet
1
-3
/
+3
2017-10-24
ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags()
Eric Dumazet
1
-3
/
+3
[next]