index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-22
net/ipv4: Move loop over addresses on a device into in_dev_dump_addr
David Ahern
1
-15
/
+34
2018-10-22
tipc: eliminate message disordering during binding table update
Jon Maloy
3
-8
/
+12
2018-10-22
tipc: use destination length for copy string
Guoqing Jiang
1
-1
/
+1
2018-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-23
/
+225
2018-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-6
/
+8
2018-10-20
ulp: remove uid and user_visible members
Daniel Borkmann
1
-2
/
+0
2018-10-20
Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"
Roopa Prabhu
1
-2
/
+1
2018-10-20
net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs
David Ahern
1
-2
/
+4
2018-10-20
bpf: sk_msg program helper bpf_msg_push_data
John Fastabend
1
-0
/
+134
2018-10-20
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2
-35
/
+39
2018-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
12
-71
/
+79
2018-10-20
net: fix pskb_trim_rcsum_slow() with odd trim offset
Dimitris Michailidis
1
-2
/
+3
2018-10-19
netpoll: allow cleanup to be synchronous
Debabrata Banerjee
4
-20
/
+8
2018-10-20
bpf: skmsg, fix psock create on existing kcm/tls port
John Fastabend
1
-5
/
+6
2018-10-19
bpf: add tests for direct packet access from CGROUP_SKB
Song Liu
1
-0
/
+15
2018-10-19
bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKB
Song Liu
1
-1
/
+35
2018-10-19
bpf: add queue and stack maps
Mauricio Vasquez B
1
-0
/
+6
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
27
-64
/
+94
2018-10-19
Revert "bond: take rcu lock in netpoll_send_skb_on_dev"
David S. Miller
1
-2
/
+0
2018-10-19
Revert "netfilter: xt_quota: fix the behavior of xt_quota module"
Pablo Neira Ayuso
1
-22
/
+33
2018-10-19
netfilter: remove two unused variables.
Weongyo Jeong
2
-6
/
+0
2018-10-19
netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_clean...
Taehee Yoo
2
-2
/
+2
2018-10-18
ip6_tunnel: Fix encapsulation layout
Stefano Brivio
1
-5
/
+5
2018-10-18
tcp: fix TCP_REPAIR xmit queue setup
Eric Dumazet
1
-6
/
+7
2018-10-18
tipc: fix info leak from kernel tipc_event
Jon Maloy
1
-0
/
+1
2018-10-18
net: socket: fix a missing-check bug
Wenwen Wang
1
-3
/
+8
2018-10-18
net: sched: Fix for duplicate class dump
Phil Sutter
1
-1
/
+2
2018-10-18
sctp: use sk_wmem_queued to check for writable space
Xin Long
1
-29
/
+9
2018-10-18
sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk size
Xin Long
2
-21
/
+8
2018-10-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-7
/
+3
2018-10-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-6
/
+9
2018-10-17
net: ipmr: fix unresolved entry dumps
Nikolay Aleksandrov
1
-2
/
+0
2018-10-17
udp6: fix encap return code for resubmitting
Paolo Abeni
1
-4
/
+2
2018-10-17
tcp_bbr: centralize code to set gains
Neal Cardwell
1
-10
/
+30
2018-10-17
tcp_bbr: adjust TCP BBR for departure time pacing
Neal Cardwell
1
-2
/
+35
2018-10-17
net/ncsi: Add NCSI Broadcom OEM command
Vijay Khemka
5
-2
/
+147
2018-10-17
sctp: not free the new asoc when sctp_wait_for_connect returns err
Xin Long
1
-1
/
+3
2018-10-17
sctp: fix race on sctp_id2asoc
Marcelo Ricardo Leitner
1
-3
/
+2
2018-10-17
net: bpfilter: use get_pid_task instead of pid_task
Taehee Yoo
1
-2
/
+4
2018-10-17
net: fix warning in af_unix
Kyeongdon Kim
1
-0
/
+2
2018-10-17
bridge: switchdev: Allow clearing FDB entry offload indication
Ido Schimmel
5
-8
/
+12
2018-10-17
bpf: sockmap, support for msg_peek in sk_msg with redirect ingress
John Fastabend
2
-16
/
+29
2018-10-17
bpf: sockmap, fix skmsg recvmsg handler to track size correctly
John Fastabend
1
-0
/
+1
2018-10-16
tcp, ulp: remove socket lock assertion on ULP cleanup
Daniel Borkmann
1
-2
/
+4
2018-10-16
sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL instead
Xin Long
1
-4
/
+4
2018-10-16
netfilter: nf_nat_snmp_basic: add missing helper alias name
Taehee Yoo
1
-0
/
+1
2018-10-16
netfilter: xt_osf: simplify xt_osf_match_packet()
Pablo Neira Ayuso
1
-7
/
+1
2018-10-16
netfilter: nft_xfrm: use state family, not hook one
Florian Westphal
1
-5
/
+6
2018-10-16
netfilter: nft_osf: Add ttl option support
Fernando Fernandez Mancera
2
-26
/
+35
2018-10-16
netfilter: cttimeout: remove set but not used variable 'l3num'
YueHaibing
1
-2
/
+0
[next]