index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
rtnetlink.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-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
net: erspan: fix use-after-free
William Tu
1
-2
/
+2
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
igb: Clear TXSTMP when ptp_tx_work() is timeout
Daniel Hua
1
-0
/
+9
2018-01-24
igb: Delete an error message for a failed memory allocation in igb_enable_sri...
Markus Elfring
1
-2
/
+0
2018-01-24
igb: Free IRQs when device is hotplugged
Lyude Paul
1
-1
/
+1
2018-01-24
e1000e: Alert the user that C-states will be disabled by enabling jumbo frames
Matt Turner
1
-0
/
+2
2018-01-24
igb: Clarify idleslope config constraints
Jesus Sanchez-Palencia
1
-0
/
+14
2018-01-24
e1000e: Set HTHRESH when PTHRESH is used
Matt Turner
1
-1
/
+1
2018-01-24
igb: add function to get maximum RSS queues
Zhang Shengju
3
-33
/
+12
2018-01-24
igb: Allow to remove administratively set MAC on VFs
Corinna Vinschen
1
-11
/
+31
2018-01-24
pktgen: Clean read user supplied flag mess
Dmitry Safonov
1
-105
/
+39
2018-01-24
pktgen: Remove brute-force printing of flags
Dmitry Safonov
1
-58
/
+19
2018-01-24
pktgen: Add behaviour flags macro to generate flags/names
Dmitry Safonov
1
-23
/
+34
2018-01-24
pktgen: Add missing !flag parameters
Dmitry Safonov
1
-1
/
+7
2018-01-24
Documentation/pktgen: Clearify how-to use pktgen samples
Dmitry Safonov
1
-5
/
+14
2018-01-24
cxgb4: properly initialize variables
Rahul Lakkireddy
2
-2
/
+4
2018-01-24
cxgb4: enable ZLIB_DEFLATE when building cxgb4
Rahul Lakkireddy
3
-15
/
+2
2018-01-24
net/smc: continue waiting if peer signals write_shutdown
Ursula Braun
1
-2
/
+2
2018-01-24
net/smc: improve state change handling after close wait
Ursula Braun
1
-14
/
+26
[next]