index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
jump_label.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
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
2018-01-25
devinet_ioctl(): take copyin/copyout to caller
Al Viro
4
-46
/
+35
2018-01-25
net: separate SIOCGIFCONF handling from dev_ioctl()
Al Viro
4
-86
/
+42
2018-01-25
net/ibm/emac: wrong bit is used for STA control register write
Ivan Mikhaylov
1
-1
/
+1
2018-01-25
net/ibm/emac: add 8192 rx/tx fifo size
Ivan Mikhaylov
2
-0
/
+8
2018-01-24
fm10k: clarify action when updating the VLAN table
Ngai-Mint Kwan
1
-1
/
+3
2018-01-24
fm10k: correct typo in fm10k_pf.c
Ngai-Mint Kwan
1
-1
/
+1
2018-01-24
fm10k: don't assume VLAN 1 is enabled
Jacob Keller
1
-5
/
+3
2018-01-24
fm10k: stop adding VLAN 0 to the VLAN table
Jacob Keller
1
-3
/
+0
2018-01-24
fm10k: fix "failed to kill vid" message for VF
Ngai-Mint Kwan
1
-2
/
+12
2018-01-24
fm10k: cleanup unnecessary parenthesis in fm10k_iov.c
Jacob Keller
1
-2
/
+2
2018-01-24
cxgb4: make symbol pedits static
Wei Yongjun
1
-1
/
+1
2018-01-24
vhost: do not try to access device IOTLB when not initialized
Jason Wang
1
-0
/
+4
2018-01-24
vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()
Jason Wang
1
-1
/
+1
2018-01-24
net: erspan: fix use-after-free
William Tu
1
-2
/
+2
2018-01-24
i40e: flower: check if TC offload is enabled on a netdev
Jakub Kicinski
1
-0
/
+2
2018-01-24
sparc64: fix typo in CONFIG_CRYPTO_DES_SPARC64 => CONFIG_CRYPTO_CAMELLIA_SPARC64
Corentin Labbe
1
-1
/
+1
2018-01-24
qed: Free reserved MR tid
Michal Kalderon
1
-11
/
+17
2018-01-24
qed: Remove reserveration of dpi for kernel
Michal Kalderon
1
-3
/
+0
2018-01-24
fm10k: Fix configuration for macvlan offload
Alexander Duyck
1
-3
/
+22
2018-01-24
net: qcom/emac: extend DMA mask to 46bits
Wang Dongsheng
2
-3
/
+7
2018-01-24
ip_tunnel: Use mark in skb by default
Thomas Winter
1
-3
/
+10
2018-01-24
net: stmmac: do not use a bitwise AND operator with a bool operand
Niklas Cassel
2
-3
/
+3
2018-01-24
net: sched: remove tc_cls_common_offload_init_deprecated()
Jakub Kicinski
1
-11
/
+0
2018-01-24
cls_u32: propagate extack to delete callback
Jakub Kicinski
1
-15
/
+19
2018-01-24
cls_u32: pass offload flags to tc_cls_common_offload_init()
Jakub Kicinski
1
-4
/
+6
2018-01-24
cls_flower: propagate extack to delete callback
Jakub Kicinski
1
-8
/
+10
2018-01-24
cls_flower: pass offload flags to tc_cls_common_offload_init()
Jakub Kicinski
1
-3
/
+3
2018-01-24
cls_matchall: propagate extack to delete callback
Jakub Kicinski
1
-4
/
+5
2018-01-24
cls_matchall: pass offload flags to tc_cls_common_offload_init()
Jakub Kicinski
1
-2
/
+2
2018-01-24
cls_bpf: propagate extack to offload delete callback
Jakub Kicinski
1
-6
/
+8
2018-01-24
cls_bpf: pass offload flags to tc_cls_common_offload_init()
Jakub Kicinski
1
-2
/
+3
2018-01-24
cls_bpf: remove gen_flags from bpf_offload
Jakub Kicinski
2
-3
/
+0
2018-01-24
net: sched: prepare for reimplementation of tc_cls_common_offload_init()
Jakub Kicinski
5
-14
/
+26
2018-01-24
net: sched: propagate extack to cls->destroy callbacks
Jakub Kicinski
13
-19
/
+24
2018-01-24
kcm: Check if sk_user_data already set in kcm_attach
Tom Herbert
1
-2
/
+14
2018-01-24
kcm: Only allow TCP sockets to be attached to a KCM mux
Tom Herbert
1
-2
/
+7
[next]