index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
oki-semi
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-06-06
treewide: Use struct_size() for vmalloc()-family
Kees Cook
1
-2
/
+1
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
53
-116
/
+89
2018-06-06
strparser: Add __strp_unpause and use it in ktls.
Doron Roberts-Kedes
3
-1
/
+16
2018-06-06
rxrpc: Fix terminal retransmission connection ID to include the channel
David Howells
1
-1
/
+1
2018-06-06
net: hns3: Optimize PF CMDQ interrupt switching process
Xi Wang
1
-0
/
+13
2018-06-06
net: hns3: Fix for VF mailbox receiving unknown message
Xi Wang
1
-3
/
+20
2018-06-06
net: hns3: Fix for VF mailbox cannot receiving PF response
Xi Wang
1
-0
/
+3
2018-06-06
bnx2x: use the right constant
Julia Lawall
1
-1
/
+1
2018-06-06
Revert "net: sched: cls: Fix offloading when ingress dev is vxlan"
David S. Miller
1
-16
/
+10
2018-06-06
net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
Arun Parameswaran
3
-3
/
+18
2018-06-06
enic: fix UDP rss bits
Govindarajulu Varadarajan
7
-21
/
+67
2018-06-05
tracing: Use match_string() instead of open coding it in trace_set_options()
Yisheng Xie
1
-10
/
+5
2018-06-05
device: Use overflow helpers for devm_kmalloc()
Kees Cook
2
-3
/
+12
2018-06-05
mm: Use overflow helpers in kvmalloc()
Kees Cook
2
-2
/
+6
2018-06-05
mm: Use overflow helpers in kmalloc_array*()
Kees Cook
1
-6
/
+11
2018-06-05
test_overflow: Add memory allocation overflow tests
Kees Cook
1
-0
/
+110
2018-06-05
overflow.h: Add allocation size calculation helpers
Kees Cook
2
-5
/
+78
2018-06-05
test_overflow: Report test failures
Kees Cook
1
-15
/
+39
2018-06-05
test_overflow: macrofy some more, do more tests for free
Rasmus Villemoes
1
-26
/
+22
2018-06-05
lib: add runtime test of check_*_overflow functions
Rasmus Villemoes
3
-0
/
+291
2018-06-05
netdev-FAQ: clarify DaveM's position for stable backports
Cong Wang
1
-0
/
+9
2018-06-05
rtnetlink: validate attributes in do_setlink()
Eric Dumazet
1
-4
/
+4
2018-06-05
mlxsw: Add extack messages for port_{un, }split failures
David Ahern
3
-9
/
+25
2018-06-05
netdevsim: Add extack error message for devlink reload
David Ahern
3
-6
/
+10
2018-06-05
devlink: Add extack to reload and port_{un, }split operations
David Ahern
5
-17
/
+25
2018-06-05
net: metrics: add proper netlink validation
Eric Dumazet
2
-0
/
+4
2018-06-05
ipmr: fix error path when ipmr_new_table fails
Sabrina Dubroca
3
-19
/
+17
2018-06-05
ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
Sabrina Dubroca
1
-1
/
+2
2018-06-05
net: hns3: remove unused hclgevf_cfg_func_mta_filter
Arnd Bergmann
1
-11
/
+0
2018-06-05
MAINTAINERS: add Josh Poimboeuf as faddr2line maintainer
Josh Poimboeuf
1
-0
/
+5
2018-06-05
scripts/faddr2line: make the new code listing format optional
Peter Zijlstra (Intel)
1
-2
/
+16
2018-06-05
netfilter: provide udp*_lib_lookup for nf_tproxy
Arnd Bergmann
2
-6
/
+2
2018-06-05
qed*: Utilize FW 8.37.2.0
Michal Kalderon
19
-536
/
+727
2018-06-05
dm: Use kzalloc for all structs with embedded biosets/mempools
Kent Overstreet
7
-7
/
+7
2018-06-05
net-tcp: remove useless tw_timeout field
Maciej Żenczykowski
3
-3
/
+0
2018-06-05
net: sched: cls: Fix offloading when ingress dev is vxlan
Paul Blakey
1
-10
/
+16
2018-06-05
sctp: not allow transport timeout value less than HZ/5 for hb_timer
Xin Long
1
-1
/
+1
2018-06-05
bpfilter: switch to CC from HOSTCC
Alexei Starovoitov
4
-0
/
+22
2018-06-05
net/mlx5e: fix error return code in mlx5e_alloc_rq()
Wei Yongjun
1
-1
/
+3
2018-06-05
net/mlx5e: Make function mlx5e_change_rep_mtu() static
Wei Yongjun
1
-1
/
+1
2018-06-05
net: qualcomm: rmnet: Fix use after free while sending command ack
Subash Abhinov Kasiviswanathan
1
-4
/
+4
2018-06-05
net: ipv6: Generate random IID for addresses on RAWIP devices
Subash Abhinov Kasiviswanathan
2
-1
/
+7
2018-06-05
tcp: refactor tcp_ecn_check_ce to remove sk type cast
Yousuk Seung
1
-12
/
+14
2018-06-05
net/ipv6: prevent use after free in ip6_route_mpath_notify
David Ahern
1
-4
/
+8
2018-06-05
samples/bpf: xdpsock: use skb Tx path for XDP_SKB
Björn Töpel
1
-0
/
+5
2018-06-05
xsk: wire upp Tx zero-copy functions
Magnus Karlsson
5
-11
/
+137
2018-06-05
net: added netdevice operation for Tx
Magnus Karlsson
1
-0
/
+2
2018-06-05
xsk: add zero-copy support for Rx
Björn Töpel
5
-21
/
+165
2018-06-05
xdp: add MEM_TYPE_ZERO_COPY
Björn Töpel
2
-5
/
+24
2018-06-05
net: xdp: added bpf_netdev_command XDP_{QUERY, SETUP}_XSK_UMEM
Björn Töpel
1
-0
/
+8
[next]