index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
crc32defs.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-26
net/ipv6: Add support for onlink flag
David Ahern
1
-1
/
+50
2018-01-26
net/ipv6: Add flags and table id to ip6_nh_lookup_table
David Ahern
1
-4
/
+8
2018-01-26
net/ipv6: Move gateway validation into helper
David Ahern
1
-36
/
+49
2018-01-26
net/ipv4: Allow send to local broadcast from a socket bound to a VRF
David Ahern
3
-3
/
+33
2018-01-26
openvswitch: add erspan version I and II support
William Tu
2
-1
/
+52
2018-01-26
net: erspan: create erspan metadata uapi header
William Tu
2
-30
/
+54
2018-01-26
net: erspan: use bitfield instead of mask and offset
William Tu
3
-80
/
+121
2018-01-26
selftests/bpf: check for chain-non-0 extack message
Jakub Kicinski
1
-3
/
+13
2018-01-26
selftests/bpf: check for spurious extacks from the driver
Jakub Kicinski
1
-0
/
+27
2018-01-26
mlxsw: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
1
-4
/
+2
2018-01-26
i40e: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
1
-5
/
+3
2018-01-26
ixgbe: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
1
-4
/
+1
2018-01-26
bnxt: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
3
-5
/
+4
2018-01-26
mlx5: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
2
-8
/
+2
2018-01-26
cxgb4: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
1
-7
/
+1
2018-01-26
nfp: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
2
-7
/
+4
2018-01-26
netdevsim: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
1
-4
/
+1
2018-01-26
pkt_cls: add new tc cls helper to check offload flag and chain index
Jakub Kicinski
1
-0
/
+14
2018-01-25
qed: code indent should use tabs where possible
Rohit Visavalia
1
-5
/
+5
2018-01-25
be2net: networking block comments don't use an empty /* line
Rohit Visavalia
1
-2
/
+1
2018-01-25
cxgb4: fix possible deadlock
Ganesh Goudar
1
-10
/
+10
2018-01-25
net/ipv6: Do not allow route add with a device that is down
David Ahern
1
-0
/
+6
2018-01-25
net/smc: check for healthy link group resp. connections
Ursula Braun
4
-12
/
+29
2018-01-25
net/smc: wake up wr_reg_wait when terminating a link group
Ursula Braun
2
-11
/
+11
2018-01-25
net/smc: do not reuse a linkgroup with setup problems
Ursula Braun
2
-0
/
+20
2018-01-25
net/smc: terminate link group for ib_post_send problems
Ursula Braun
2
-2
/
+10
2018-01-25
net/smc: handle state SMC_PEERFINCLOSEWAIT correctly
Ursula Braun
1
-3
/
+4
2018-01-25
net/smc: cancel tx worker in case of socket aborts
Ursula Braun
1
-3
/
+9
2018-01-25
sfc: support Medford2 frequency adjustment format
Laurence Evans
1
-14
/
+31
2018-01-25
sfc: support second + quarter ns time format for receive datapath
Edward Cree
1
-33
/
+106
2018-01-25
sfc: support separate PTP and general timestamping
Laurence Evans
1
-15
/
+43
2018-01-25
sfc: simplify RX datapath timestamping
Laurence Evans
1
-8
/
+5
2018-01-25
sfc: only advertise TX timestamping if we have the license for it
Martin Habets
2
-1
/
+16
2018-01-25
sfc: on 8000 series use TX queues for TX timestamps
Edward Cree
6
-13
/
+54
2018-01-25
sfc: MAC TX timestamp handling on the 8000 series
Martin Habets
2
-2
/
+46
2018-01-25
sfc: only enable TX timestamping if the adapter is licensed for it
Martin Habets
2
-0
/
+29
2018-01-25
sfc: use main datapath for HW timestamps if available
Martin Habets
2
-15
/
+42
2018-01-25
sfc: add function to determine which TX timestamping method to use
Martin Habets
2
-0
/
+11
2018-01-25
sfc: handle TX timestamps in the normal data path
Martin Habets
5
-9
/
+119
2018-01-25
sfc: remove tx and MCDI handling from NAPI budget consideration
Bert Kenward
2
-30
/
+7
2018-01-25
net: Move net:netns_ids destruction out of rtnl_lock() and document locking s...
Kirill Tkhai
1
-18
/
+44
2018-01-25
Bluetooth: btintel: Create common function for firmware download
Tedd Ho-Jeong An
4
-154
/
+99
2018-01-25
kill kernel_sock_ioctl()
Al Viro
2
-14
/
+0
2018-01-25
dev_ioctl(): move copyin/copyout to callers
Al Viro
3
-108
/
+71
2018-01-25
ipconfig: use dev_set_mtu()
Al Viro
1
-14
/
+3
2018-01-25
lift handling of SIOCIW... out of dev_ioctl()
Al Viro
4
-25
/
+12
2018-01-25
kill dev_ifname32()
Al Viro
1
-21
/
+1
2018-01-25
kill bond_ioctl()
Al Viro
1
-32
/
+4
2018-01-25
kill dev_ifsioc()
Al Viro
1
-38
/
+0
2018-01-25
ip_rt_ioctl(): take copyin to caller
Al Viro
4
-20
/
+10
[next]