index
:
drm/drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-19
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
2
-15
/
+12
2018-01-19
bpf: add csum_diff helper to xdp as well
Daniel Borkmann
1
-0
/
+2
2018-01-18
bpf: allow socket_filter programs to use bpf_prog_test_run
Alexei Starovoitov
1
-0
/
+1
2018-01-17
net: Remove spinlock from get_net_ns_by_id()
Kirill Tkhai
1
-2
/
+0
2018-01-17
net: Fix possible race in peernet2id_alloc()
Kirill Tkhai
1
-2
/
+11
2018-01-17
net: sched: allow ingress and clsact qdiscs to share filter blocks
Jiri Pirko
1
-16
/
+64
2018-01-17
net: sched: introduce ingress/egress block index attributes for qdisc
Jiri Pirko
1
-0
/
+60
2018-01-17
net: sched: use block index as a handle instead of qdisc when block is shared
Jiri Pirko
1
-84
/
+118
2018-01-17
net: sched: keep track of offloaded filters and check tc offload feature
Jiri Pirko
5
-23
/
+81
2018-01-17
net: sched: remove classid and q fields from tcf_proto
Jiri Pirko
1
-5
/
+2
2018-01-17
net: sched: introduce block mechanism to handle netif_keep_dst calls
Jiri Pirko
4
-4
/
+73
2018-01-17
net: sched: avoid usage of tp->q in tcf_classify
Jiri Pirko
1
-2
/
+3
2018-01-17
net: sched: introduce shared filter blocks infrastructure
Jiri Pirko
1
-24
/
+143
2018-01-17
net: sched: introduce support for multiple filter chain pointers registration
Jiri Pirko
1
-8
/
+69
2018-01-17
net: sched: red: don't reset the backlog on every stat dump
Jakub Kicinski
1
-1
/
+1
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
28
-153
/
+130
2018-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-4
/
+3
2018-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
27
-143
/
+135
2018-01-16
net, sched: fix panic when updating miniq {b,q}stats
Daniel Borkmann
3
-30
/
+22
2018-01-16
net: delete /proc THIS_MODULE references
Alexey Dobriyan
61
-96
/
+0
2018-01-16
tipc: fix race condition at topology server receive
Jon Maloy
3
-46
/
+51
2018-01-16
Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...
David S. Miller
4
-9
/
+15
2018-01-16
sctp: do not allow the v4 socket to bind a v4mapped v6 address
Xin Long
1
-8
/
+6
2018-01-16
sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf
Xin Long
1
-10
/
+6
2018-01-16
sctp: reinit stream if stream outcnt has been change by sinit in sendmsg
Xin Long
1
-2
/
+8
2018-01-16
devlink: Add relation between dpipe and resource
Arkadi Sharshevsky
1
-0
/
+37
2018-01-16
devlink: Add support for reload
Arkadi Sharshevsky
1
-0
/
+47
2018-01-16
devlink: Add support for resource abstraction
Arkadi Sharshevsky
1
-0
/
+374
2018-01-16
devlink: Add per devlink instance lock
Arkadi Sharshevsky
1
-59
/
+77
2018-01-15
Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub...
David S. Miller
4
-15
/
+17
2018-01-15
ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY
Jim Westfall
1
-1
/
+6
2018-01-15
net: Allow neigh contructor functions ability to modify the primary_key
Jim Westfall
1
-2
/
+2
2018-01-15
Revert "openvswitch: Add erspan tunnel support."
William Tu
1
-50
/
+1
2018-01-15
ipv6: Fix build with gcc-4.4.5
Ido Schimmel
1
-2
/
+6
2018-01-15
tipc: fix bug during lookup of multicast destination nodes
Jon Maloy
3
-8
/
+4
2018-01-15
net: Convert atomic_t net::count to refcount_t
Kirill Tkhai
4
-10
/
+10
2018-01-15
net/tls: Fix inverted error codes to avoid endless loop
r.hering@avm.de
1
-2
/
+2
2018-01-15
ipv6: ip6_make_skb() needs to clear cork.base.dst
Eric Dumazet
1
-0
/
+1
2018-01-15
sctp: removed unused var from sctp_make_auth
Marcelo Ricardo Leitner
1
-2
/
+1
2018-01-15
sctp: avoid compiler warning on implicit fallthru
Marcelo Ricardo Leitner
2
-2
/
+3
2018-01-15
net: ipv4: Make "ip route get" match iif lo rules again.
Lorenzo Colitti
1
-0
/
+1
2018-01-15
netlink: extack needs to be reset each time through loop
David Ahern
1
-1
/
+2
2018-01-15
tipc: fix a memory leak in tipc_nl_node_get_link()
Cong Wang
1
-12
/
+14
2018-01-15
tipc: fix a potental access after delete in tipc_sk_join()
Jon Maloy
1
-0
/
+1
2018-01-15
ipv6: fix udpv6 sendmsg crash caused by too small MTU
Mike Maloney
1
-2
/
+4
2018-01-15
9p: add missing module license for xen transport
Stephen Hemminger
1
-0
/
+4
2018-01-15
cfg80211: check dev_set_name() return value
Johannes Berg
1
-1
/
+7
2018-01-15
mac80211_hwsim: validate number of different channels
Johannes Berg
1
-2
/
+0
2018-01-15
nl80211: take RCU read lock when calling ieee80211_bss_get_ie()
Dominik Brodowski
1
-4
/
+7
2018-01-15
cfg80211: fully initialize old channel for event
Johannes Berg
1
-2
/
+1
[next]