index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in __ip6_route_redirect
David Ahern
1
-4
/
+35
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in exception handling
David Ahern
1
-3
/
+108
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in fib6_info_uses_dev
David Ahern
1
-0
/
+18
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in rt6_nlmsg_size
David Ahern
1
-12
/
+37
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in __find_rr_leaf
David Ahern
1
-2
/
+47
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in rt6_device_match
David Ahern
1
-2
/
+52
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in fib6_drop_pcpu_from
David Ahern
1
-4
/
+27
2019-06-10
nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop struct
David Ahern
1
-0
/
+31
2019-06-10
tcp: Make tcp_fastopen_alloc_ctx static
YueHaibing
1
-3
/
+3
2019-06-10
Update my email address
Jozsef Kadlecsik
26
-41
/
+41
2019-06-10
ipset: Fix memory accounting for hash types on resize
Stefano Brivio
1
-1
/
+1
2019-06-10
netfilter: ipset: Fix error path in set_target_v3_checkentry()
Jozsef Kadlecsik
1
-20
/
+21
2019-06-10
netfilter: ipset: Fix the last missing check of nla_parse_deprecated()
Jozsef Kadlecsik
1
-4
/
+6
2019-06-10
netfilter: ipset: fix a missing check of nla_parse
Aditya Pakki
1
-3
/
+7
2019-06-10
netfilter: ipset: merge uadd and udel functions
Florent Fourcot
1
-51
/
+20
2019-06-10
netfilter: ipset: remove useless memset() calls
Florent Fourcot
1
-2
/
+0
2019-06-09
ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state
Eric Dumazet
2
-3
/
+11
2019-06-09
tcp: fix undo spurious SYNACK in passive Fast Open
Yuchung Cheng
1
-1
/
+1
2019-06-09
mpls: fix af_mpls dependencies
Matteo Croce
1
-0
/
+1
2019-06-09
af_key: make use of BUG_ON macro
Hariprasad Kelam
1
-4
/
+2
2019-06-09
Merge tag 'linux-can-fixes-for-5.2-20190607' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
David S. Miller
1
-3
/
+22
2019-06-09
ipv6: tcp: fix potential NULL deref in tcp_v6_send_reset()
Eric Dumazet
1
-1
/
+1
2019-06-09
net: hwbm: Make the hwbm_pool lock a mutex
Sebastian Andrzej Siewior
1
-8
/
+7
2019-06-09
net: Don't disable interrupts in __netdev_alloc_skb()
Sebastian Andrzej Siewior
1
-8
/
+11
2019-06-09
net: Don't disable interrupts in napi_alloc_frag()
Sebastian Andrzej Siewior
1
-26
/
+23
2019-06-09
mpls: fix warning with multi-label encap
George Wilkie
1
-1
/
+1
2019-06-09
ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zero
Eric Dumazet
1
-3
/
+4
2019-06-09
net: ipv4: fib_semantics: fix uninitialized variable
Enrico Weigelt
1
-1
/
+1
2019-06-08
net: dsa: sja1105: Add a state machine for RX timestamping
Vladimir Oltean
1
-1
/
+120
2019-06-08
net: dsa: sja1105: Receive and decode meta frames
Vladimir Oltean
1
-3
/
+41
2019-06-08
net: dsa: sja1105: Make sja1105_is_link_local not match meta frames
Vladimir Oltean
1
-0
/
+2
2019-06-08
net: dsa: sja1105: Build a minimal understanding of meta frames
Vladimir Oltean
1
-0
/
+15
2019-06-08
net: dsa: sja1105: Limit use of incl_srcpt to bridge+vlan mode
Vladimir Oltean
1
-7
/
+11
2019-06-08
net: dsa: tag_8021q: Create helper function for removing VLAN header
Vladimir Oltean
2
-30
/
+46
2019-06-08
net: dsa: Add teardown callback for drivers
Vladimir Oltean
1
-0
/
+3
2019-06-08
net: dsa: Keep a pointer to the skb clone for TX timestamping
Vladimir Oltean
1
-0
/
+3
2019-06-08
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
87
-925
/
+87
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-6
/
+39
2019-06-07
can: purge socket error queue on sock destruct
Willem de Bruijn
1
-0
/
+1
2019-06-07
can: af_can: Fix error path of can_init()
YueHaibing
1
-3
/
+21
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
428
-2419
/
+533
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
15
-59
/
+92
2019-06-07
netfilter: ipv6: nf_defrag: accept duplicate fragments again
Guillaume Nault
1
-3
/
+7
2019-06-07
bpf: allow CGROUP_SKB programs to use bpf_skb_cgroup_id() helper
Roman Gushchin
1
-0
/
+4
2019-06-06
bpf: fix unconnected udp hooks
Daniel Borkmann
3
-0
/
+10
2019-06-06
net/tls: export TLS per skb encryption
Dirk van der Merwe
1
-0
/
+6
2019-06-06
Merge tag 'nfs-for-5.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2
-17
/
+16
2019-06-06
pktgen: do not sleep with the thread lock held.
Paolo Abeni
1
-0
/
+11
2019-06-06
ipv6: fix spelling mistake: "wtih" -> "with"
Colin Ian King
1
-1
/
+1
2019-06-06
net: rds: fix memory leak in rds_ib_flush_mr_pool
Zhu Yanjun
1
-4
/
+6
[prev]
[next]