index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
unix
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-07
net: phy: export phy_start_machine() for phylink
Russell King
1
-0
/
+1
2017-08-07
net: phy: provide a hook for link up/link down events
Russell King
3
-22
/
+35
2017-08-07
net: phy: add 1000Base-X to phy settings table
Russell King
1
-0
/
+5
2017-08-07
net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy...
Russell King
3
-129
/
+142
2017-08-07
net: phy: split out PHY speed and duplex string generation
Russell King
3
-37
/
+53
2017-08-07
net: phy: allow settings table to support more than 32 link modes
Russell King
1
-18
/
+26
2017-08-07
udp: no need to preserve skb->dst
Paolo Abeni
1
-8
/
+5
2017-08-07
Revert "ipv4: keep skb->dst around in presence of IP options"
Paolo Abeni
1
-8
/
+1
2017-08-07
ip/options: explicitly provide net ns to __ip_options_echo()
Paolo Abeni
8
-17
/
+20
2017-08-07
IP: do not modify ingress packet IP option in ip_options_echo()
Paolo Abeni
1
-3
/
+0
2017-08-05
aquantia: Switch to use napi_gro_receive
Pavel Belous
3
-3
/
+10
2017-08-04
net: comment fixes against BPF devmap helper calls
John Fastabend
1
-5
/
+11
2017-08-04
net: sched: avoid atomic swap in tcf_exts_change
Jiri Pirko
4
-15
/
+8
2017-08-04
net: sched: cls_u32: no need to call tcf_exts_change for newly allocated struct
Jiri Pirko
1
-14
/
+4
2017-08-04
net: sched: cls_route: no need to call tcf_exts_change for newly allocated st...
Jiri Pirko
1
-21
/
+9
2017-08-04
net: sched: cls_flow: no need to call tcf_exts_change for newly allocated struct
Jiri Pirko
1
-25
/
+16
2017-08-04
net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated s...
Jiri Pirko
1
-12
/
+2
2017-08-04
net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated struct
Jiri Pirko
1
-19
/
+6
2017-08-04
net: sched: cls_basic: no need to call tcf_exts_change for newly allocated st...
Jiri Pirko
1
-11
/
+2
2017-08-04
net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated...
Jiri Pirko
1
-12
/
+2
2017-08-04
net: sched: cls_fw: no need to call tcf_exts_change for newly allocated struct
Jiri Pirko
1
-16
/
+5
2017-08-04
net: sched: cls_flower: no need to call tcf_exts_change for newly allocated s...
Jiri Pirko
1
-11
/
+2
2017-08-04
net: sched: cls_fw: rename fw_change_attrs function
Jiri Pirko
1
-6
/
+5
2017-08-04
net: sched: cls_bpf: rename cls_bpf_modify_existing function
Jiri Pirko
1
-6
/
+4
2017-08-04
net: sched: use tcf_exts_has_actions instead of exts->nr_actions
Jiri Pirko
1
-1
/
+1
2017-08-04
net: sched: remove check for number of actions in tcf_exts_exec
Jiri Pirko
2
-4
/
+3
2017-08-04
net: sched: fix return value of tcf_exts_exec
Jiri Pirko
1
-2
/
+2
2017-08-04
net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_...
Jiri Pirko
4
-33
/
+3
2017-08-04
net: sched: use tcf_exts_has_actions in tcf_exts_exec
Jiri Pirko
1
-23
/
+23
2017-08-04
net: sched: change names of action number helpers to be aligned with the rest
Jiri Pirko
9
-19
/
+37
2017-08-04
net: sched: remove unneeded tcf_em_tree_change
Jiri Pirko
4
-34
/
+7
2017-08-04
net: sched: sch_atm: use Qdisc_class_common structure
Jiri Pirko
1
-6
/
+6
2017-08-04
net: hns: Fix for __udivdi3 compiler error
Lin Yun Sheng
1
-1
/
+2
2017-08-04
net: phy: marvell: logical vs bitwise OR typo
Dan Carpenter
1
-1
/
+1
2017-08-04
test: add msg_zerocopy test
Willem de Bruijn
4
-1
/
+811
2017-08-04
tcp: enable MSG_ZEROCOPY
Willem de Bruijn
1
-1
/
+31
2017-08-04
sock: ulimit on MSG_ZEROCOPY pages
Willem de Bruijn
3
-1
/
+55
2017-08-04
sock: MSG_ZEROCOPY notification coalescing
Willem de Bruijn
2
-10
/
+106
2017-08-04
sock: enable MSG_ZEROCOPY
Willem de Bruijn
5
-33
/
+36
2017-08-04
sock: add SOCK_ZEROCOPY sockopt
Willem de Bruijn
13
-0
/
+43
2017-08-04
sock: add MSG_ZEROCOPY
Willem de Bruijn
7
-21
/
+235
2017-08-04
sock: skb_copy_ubufs support for compound pages
Willem de Bruijn
2
-17
/
+45
2017-08-04
sock: allocate skbs from optmem
Willem de Bruijn
2
-0
/
+29
2017-08-04
mlxsw: spectrum_router: Don't ignore IPv6 notifications
Ido Schimmel
1
-1
/
+1
2017-08-04
mlxsw: spectrum_router: Abort on source-specific routes
Ido Schimmel
1
-0
/
+3
2017-08-04
mlxsw: spectrum_router: Add support for route replace
Ido Schimmel
1
-14
/
+49
2017-08-04
mlxsw: spectrum_router: Add support for IPv6 routes addition / deletion
Ido Schimmel
2
-3
/
+724
2017-08-04
mlxsw: spectrum_router: Sanitize IPv6 FIB rules
Ido Schimmel
1
-0
/
+25
2017-08-04
mlxsw: spectrum_router: Demultiplex FIB event based on family
Ido Schimmel
1
-21
/
+44
2017-08-04
ipv6: fib: Add helpers to hold / drop a reference on rt6_info
Ido Schimmel
2
-10
/
+18
[next]