index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv6: sr: add support for encapsulation of L2 frames
David Lebrun
2017-08-26
1
-2
/
+23
*
ipv6: sr: add support for ip4ip6 encapsulation
David Lebrun
2017-08-26
2
-11
/
+38
*
strparser: initialize all callbacks
Eric Biggers
2017-08-25
2
-7
/
+6
*
ipv6: Use multipath hash from flow info if available
Jakub Sitnicki
2017-08-25
1
-1
/
+7
*
ipv6: Fold rt6_info_hash_nhsfn() into its only caller
Jakub Sitnicki
2017-08-25
1
-11
/
+1
*
ipv6: Compute multipath hash for ICMP errors from offending packet
Jakub Sitnicki
2017-08-25
2
-0
/
+51
*
ipv6: Add sysctl for per namespace flow label reflection
Jakub Sitnicki
2017-08-25
2
-0
/
+9
*
xdp: remove net_device names from xdp_redirect tracepoint
Jesper Dangaard Brouer
2017-08-24
1
-3
/
+3
*
xdp: make generic xdp redirect use tracepoint trace_xdp_redirect
Jesper Dangaard Brouer
2017-08-24
2
-14
/
+25
*
xdp: remove bpf_warn_invalid_xdp_redirect
Jesper Dangaard Brouer
2017-08-24
1
-8
/
+0
*
devlink: Move dpipe entry clear function into devlink
Arkadi Sharshevsky
2017-08-24
1
-0
/
+22
*
devlink: Add support for dynamic table size
Arkadi Sharshevsky
2017-08-24
1
-5
/
+7
*
devlink: Add IPv4 header for dpipe
Arkadi Sharshevsky
2017-08-24
1
-0
/
+17
*
devlink: Add Ethernet header for dpipe
Arkadi Sharshevsky
2017-08-24
1
-0
/
+17
*
gre: remove duplicated assignment of iph
Colin Ian King
2017-08-24
1
-1
/
+0
*
net: tipc: constify genl_ops
Arvind Yadav
2017-08-24
1
-1
/
+1
*
net/sock: allow the user to set negative peek offset
Paolo Abeni
2017-08-24
1
-3
/
+0
*
ipv4: do metrics match when looking up and deleting a route
Xin Long
2017-08-24
3
-1
/
+37
*
tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsg
Mike Maloney
2017-08-24
4
-4
/
+100
*
gre: fix goto statement typo
William Tu
2017-08-23
1
-2
/
+2
*
bpf: misc xdp redirect cleanups
Daniel Borkmann
2017-08-23
1
-40
/
+32
*
net: sched: use kvmalloc() for class hash tables
Eric Dumazet
2017-08-22
1
-18
/
+4
*
gre: introduce native tunnel support for ERSPAN
William Tu
2017-08-22
1
-0
/
+269
*
udp: remove unreachable ufo branches
Willem de Bruijn
2017-08-22
2
-9
/
+5
*
tcp: Remove the unused parameter for tcp_try_fastopen.
Tonghao Zhang
2017-08-22
2
-5
/
+3
*
tcp: Get a proper dst before checking it.
Tonghao Zhang
2017-08-22
1
-5
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-22
18
-37
/
+79
|
\
|
*
ipv6: repair fib6 tree in failure case
Wei Wang
2017-08-21
1
-13
/
+11
|
*
net: sched: fix NULL pointer dereference when action calls some targets
Xin Long
2017-08-19
1
-0
/
+2
|
*
rxrpc: Fix oops when discarding a preallocated service call
David Howells
2017-08-19
1
-0
/
+1
|
*
irda: do not leak initialized list.dev to userspace
Colin Ian King
2017-08-19
1
-1
/
+1
|
*
tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
Neal Cardwell
2017-08-19
1
-2
/
+1
|
*
net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is set
Roopa Prabhu
2017-08-19
1
-2
/
+9
|
*
ipv6: reset fn->rr_ptr when replacing route
Wei Wang
2017-08-19
1
-0
/
+4
|
*
sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
Alexander Potapenko
2017-08-19
1
-0
/
+2
|
*
tipc: fix use-after-free
Eric Dumazet
2017-08-19
1
-2
/
+4
|
*
datagram: When peeking datagrams with offset < 0 don't skip empty skbs
Matthew Dawson
2017-08-19
4
-9
/
+14
|
*
net: sched: fix p_filter_chain check in tcf_chain_flush
Jiri Pirko
2017-08-18
1
-1
/
+1
|
*
ipv4: better IP_MAX_MTU enforcement
Eric Dumazet
2017-08-17
1
-1
/
+1
|
*
dccp: defer ccid_hc_tx_delete() at dismantle time
Eric Dumazet
2017-08-16
1
-2
/
+12
|
*
openvswitch: fix skb_panic due to the incorrect actions attrlen
Liping Zhang
2017-08-16
3
-3
/
+7
|
*
net: igmp: Use ingress interface rather than vrf device
David Ahern
2017-08-16
1
-1
/
+9
*
|
tipc: don't reset stale broadcast send link
Jon Paul Maloy
2017-08-21
4
-45
/
+17
*
|
net: check type when freeing metadata dst
David Lamparter
2017-08-21
1
-1
/
+2
*
|
net: ipv6: put host and anycast routes on device with address
David Ahern
2017-08-21
3
-56
/
+47
*
|
dsa: remove unused net_device arg from handlers
Florian Westphal
2017-08-21
9
-17
/
+10
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-08-21
14
-33
/
+92
|
\
\
|
*
|
net: xfrm: support setting an output mark.
Lorenzo Colitti
2017-08-11
6
-17
/
+40
|
*
|
net: Allow IPsec GSO for local sockets
Steffen Klassert
2017-08-02
1
-1
/
+1
|
*
|
xfrm: Clear RX SKB secpath xfrm_offload
Ilan Tayari
2017-08-02
1
-0
/
+2
[next]