index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-07
net: ipv4: add second dif to inet socket lookups
David Ahern
5
-21
/
+31
2017-08-07
net: ipv4: add second dif to udp socket lookups
David Ahern
2
-27
/
+37
2017-08-07
Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...
David S. Miller
4
-37
/
+45
2017-08-07
net: sched: get rid of struct tc_to_netdev
Jiri Pirko
6
-114
/
+88
2017-08-07
net: sched: move prio into cls_common
Jiri Pirko
1
-3
/
+0
2017-08-07
net: sched: push cls related args into cls_common structure
Jiri Pirko
6
-41
/
+27
2017-08-07
dsa: push cls_matchall setup_tc processing into a separate function
Jiri Pirko
1
-12
/
+21
2017-08-07
net: sched: make egress_dev flag part of flower offload struct
Jiri Pirko
1
-1
/
+1
2017-08-07
net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALL
Jiri Pirko
2
-3
/
+3
2017-08-07
net: sched: make type an argument for ndo_setup_tc
Jiri Pirko
6
-38
/
+29
2017-08-06
sctp: remove the typedef sctp_subtype_t
Xin Long
8
-114
/
+118
2017-08-06
sctp: remove the typedef sctp_event_t
Xin Long
3
-13
/
+11
2017-08-06
sctp: remove the typedef sctp_event_timeout_t
Xin Long
1
-3
/
+3
2017-08-06
sctp: remove the typedef sctp_state_t
Xin Long
4
-15
/
+17
2017-08-06
sctp: remove the typedef sctp_ierror_t
Xin Long
2
-24
/
+27
2017-08-06
sctp: remove the typedef sctp_xmit_t
Xin Long
2
-34
/
+34
2017-08-06
sctp: remove the typedef sctp_transport_cmd_t
Xin Long
1
-1
/
+1
2017-08-06
sctp: remove the typedef sctp_scope_t
Xin Long
6
-30
/
+29
2017-08-06
sctp: remove the typedef sctp_scope_policy_t
Xin Long
1
-1
/
+1
2017-08-06
sctp: remove the typedef sctp_retransmit_reason_t
Xin Long
1
-1
/
+1
2017-08-06
sctp: remove the typedef sctp_lower_cwnd_t
Xin Long
1
-1
/
+1
2017-08-06
net: dsa: User per-cpu 64-bit statistics
Florian Fainelli
3
-25
/
+59
2017-08-06
tcp: consolidate congestion control undo functions
Yuchung Cheng
9
-103
/
+9
2017-08-06
tcp: fix cwnd undo in Reno and HTCP congestion controls
Yuchung Cheng
3
-3
/
+3
2017-08-06
udp: no need to preserve skb->dst
Paolo Abeni
1
-8
/
+5
2017-08-06
Revert "ipv4: keep skb->dst around in presence of IP options"
Paolo Abeni
1
-8
/
+1
2017-08-06
ip/options: explicitly provide net ns to __ip_options_echo()
Paolo Abeni
6
-11
/
+12
2017-08-06
IP: do not modify ingress packet IP option in ip_options_echo()
Paolo Abeni
1
-3
/
+0
2017-08-04
net: sched: avoid atomic swap in tcf_exts_change
Jiri Pirko
3
-13
/
+7
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
1
-1
/
+2
2017-08-04
net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_...
Jiri Pirko
3
-3
/
+3
2017-08-04
net: sched: change names of action number helpers to be aligned with the rest
Jiri Pirko
2
-2
/
+2
2017-08-04
net: sched: remove unneeded tcf_em_tree_change
Jiri Pirko
3
-13
/
+7
2017-08-04
net: sched: sch_atm: use Qdisc_class_common structure
Jiri Pirko
1
-6
/
+6
2017-08-04
Merge tag 'ceph-for-4.13-rc4' of git://github.com/ceph/ceph-client
Linus Torvalds
4
-37
/
+45
2017-08-03
tcp: enable MSG_ZEROCOPY
Willem de Bruijn
1
-1
/
+31
2017-08-03
sock: ulimit on MSG_ZEROCOPY pages
Willem de Bruijn
1
-0
/
+48
2017-08-03
sock: MSG_ZEROCOPY notification coalescing
Willem de Bruijn
1
-7
/
+92
[next]