Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b5d5504aa1e961fc1f87ee7b092bf5ce1a7bf0de
/
net
bd9dfc5
tcp: fix hang in tcp_sendpage_locked()
by Eric Dumazet
· 7 years ago
3cd904e
net_sched: kill u32_node pointer in Qdisc
by WANG Cong
· 7 years ago
143976c
net_sched: remove tc class reference counting
by WANG Cong
· 7 years ago
14546ba
net_sched: introduce tclass_del_notify()
by WANG Cong
· 7 years ago
27d7f07
net_sched: get rid of more forward declarations
by WANG Cong
· 7 years ago
891ef8d
ipv6: sr: implement additional seg6local actions
by David Lebrun
· 7 years ago
d7a669d
ipv6: sr: add helper functions for seg6local
by David Lebrun
· 7 years ago
6285217
ipv6: sr: enforce IPv6 packets for seg6local lwt
by David Lebrun
· 7 years ago
38ee7f2
ipv6: sr: add support for encapsulation of L2 frames
by David Lebrun
· 7 years ago
32d99d0
ipv6: sr: add support for ip4ip6 encapsulation
by David Lebrun
· 7 years ago
3fd8712
strparser: initialize all callbacks
by Eric Biggers
· 7 years ago
b673d6c
ipv6: Use multipath hash from flow info if available
by Jakub Sitnicki
· 7 years ago
956b453
ipv6: Fold rt6_info_hash_nhsfn() into its only caller
by Jakub Sitnicki
· 7 years ago
23aebda
ipv6: Compute multipath hash for ICMP errors from offending packet
by Jakub Sitnicki
· 7 years ago
22b6722
ipv6: Add sysctl for per namespace flow label reflection
by Jakub Sitnicki
· 7 years ago
a873585
xdp: remove net_device names from xdp_redirect tracepoint
by Jesper Dangaard Brouer
· 7 years ago
2facaad
xdp: make generic xdp redirect use tracepoint trace_xdp_redirect
by Jesper Dangaard Brouer
· 7 years ago
d08adb8
xdp: remove bpf_warn_invalid_xdp_redirect
by Jesper Dangaard Brouer
· 7 years ago
3580732
devlink: Move dpipe entry clear function into devlink
by Arkadi Sharshevsky
· 7 years ago
ffd3cdc
devlink: Add support for dynamic table size
by Arkadi Sharshevsky
· 7 years ago
3fb886e
devlink: Add IPv4 header for dpipe
by Arkadi Sharshevsky
· 7 years ago
1177009
devlink: Add Ethernet header for dpipe
by Arkadi Sharshevsky
· 7 years ago
60890e0
gre: remove duplicated assignment of iph
by Colin Ian King
· 7 years ago
042a901
net: tipc: constify genl_ops
by Arvind Yadav
· 7 years ago
257a730
net/sock: allow the user to set negative peek offset
by Paolo Abeni
· 7 years ago
5f9ae3d
ipv4: do metrics match when looking up and deleting a route
by Xin Long
· 7 years ago
98aaa91
tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsg
by Mike Maloney
· 7 years ago
e3d0328
gre: fix goto statement typo
by William Tu
· 7 years ago
e4a8e81
bpf: misc xdp redirect cleanups
by Daniel Borkmann
· 7 years ago
9695fe6
net: sched: use kvmalloc() for class hash tables
by Eric Dumazet
· 7 years ago
84e54fe
gre: introduce native tunnel support for ERSPAN
by William Tu
· 7 years ago
ab2fb7e
udp: remove unreachable ufo branches
by Willem de Bruijn
· 7 years ago
1119936
tcp: Remove the unused parameter for tcp_try_fastopen.
by Tonghao Zhang
· 7 years ago
49c7158
tcp: Get a proper dst before checking it.
by Tonghao Zhang
· 7 years ago
e2a7c34
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
40501f9
tipc: don't reset stale broadcast send link
by Jon Paul Maloy
· 7 years ago
e65a495
net: check type when freeing metadata dst
by David Lamparter
· 7 years ago
4832c30
net: ipv6: put host and anycast routes on device with address
by David Ahern
· 7 years ago
89e4950
dsa: remove unused net_device arg from handlers
by Florian Westphal
· 7 years ago
a43dce9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 7 years ago
348a400
ipv6: repair fib6 tree in failure case
by Wei Wang
· 7 years ago
6648c65
net: style cleanups
by stephen hemminger
· 7 years ago
667e427
net: mark receive queue attributes ro_after_init
by stephen hemminger
· 7 years ago
2b9c758
net: make queue attributes ro_after_init
by stephen hemminger
· 7 years ago
170c658
net: make BQL sysfs attributes ro_after_init
by stephen hemminger
· 7 years ago
718ad68
net: drop unused attribute argument from sysfs queue funcs
by stephen hemminger
· 7 years ago
ec6cc59
net: make net sysfs attributes ro_after_init
by stephen hemminger
· 7 years ago
737aec5
net: constify net_ns_type_operations
by stephen hemminger
· 7 years ago
e6d473e
net: make net_class ro_after_init
by stephen hemminger
· 7 years ago
b793dc5
net: constify netdev_class_file
by stephen hemminger
· 7 years ago
d0d6683
net: don't decrement kobj reference count on init failure
by stephen hemminger
· 7 years ago
4f8a881
net: sched: fix NULL pointer dereference when action calls some targets
by Xin Long
· 7 years ago
9a19bad
rxrpc: Fix oops when discarding a preallocated service call
by David Howells
· 7 years ago
b024d94
irda: do not leak initialized list.dev to userspace
by Colin Ian King
· 7 years ago
4c03bdd
xdp: adjust xdp redirect tracepoint to include return error code
by Jesper Dangaard Brouer
· 7 years ago
0888e37
net: inet: diag: expose sockets cgroup classid
by Levin, Alexander (Sasha Levin)
· 7 years ago
cdbeb63
tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
by Neal Cardwell
· 7 years ago
bc3aae2
net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is set
by Roopa Prabhu
· 7 years ago
383143f
ipv6: reset fn->rr_ptr when replacing route
by Wei Wang
· 7 years ago
15339e4
sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
by Alexander Potapenko
· 7 years ago
5bfd37b
tipc: fix use-after-free
by Eric Dumazet
· 7 years ago
9620fef
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
by Eric Dumazet
· 7 years ago
a0917e0
datagram: When peeking datagrams with offset < 0 don't skip empty skbs
by Matthew Dawson
· 7 years ago
633cefe
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 7 years ago
401481e
ipv6: fix false-postive maybe-uninitialized warning
by Arnd Bergmann
· 7 years ago
acc8b31
net: sched: fix p_filter_chain check in tcf_chain_flush
by Jiri Pirko
· 7 years ago
047b0ec
bpf: reuse tc bpf prologue for sk skb progs
by Daniel Borkmann
· 7 years ago
4d6a75b
bpf: no need to nullify ri->map in xdp_do_redirect
by Daniel Borkmann
· 7 years ago
c780a04
ipv4: better IP_MAX_MTU enforcement
by Eric Dumazet
· 7 years ago
774c467
tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.
by David S. Miller
· 7 years ago
d978db8
net: sched: cls_flower: fix ndo_setup_tc type for stats call
by Jiri Pirko
· 7 years ago
120e9da
dccp: defer ccid_hc_tx_delete() at dismantle time
by Eric Dumazet
· 7 years ago
494bea3
openvswitch: fix skb_panic due to the incorrect actions attrlen
by Liping Zhang
· 7 years ago
e543002
qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBs
by Jesper Dangaard Brouer
· 7 years ago
8a31db5
bpf: add access to sock fields and pkt data from sk_skb programs
by John Fastabend
· 7 years ago
174a79f
bpf: sockmap with sk redirect support
by John Fastabend
· 7 years ago
b005fd1
bpf: introduce new program type for skbs on sockets
by John Fastabend
· 7 years ago
db5980d
net: fixes for skb_send_sock
by John Fastabend
· 7 years ago
45f91bd
net: add sendmsg_locked and sendpage_locked to af_inet6
by John Fastabend
· 7 years ago
f26de11
net: early init support for strparser
by John Fastabend
· 7 years ago
c7b725b
net: igmp: Use ingress interface rather than vrf device
by David Ahern
· 7 years ago
6b0355f
net_sched/hfsc: opencode trivial set_active() and set_passive()
by Konstantin Khlebnikov
· 7 years ago
9594665
net_sched: call qlen_notify only if child qdisc is empty
by Konstantin Khlebnikov
· 7 years ago
463910e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
394f51a
ipv4: route: set ipv4 RTM_GETROUTE to not use rtnl
by Florian Westphal
· 7 years ago
e3a22b7
ipv6: route: set ipv6 RTM_GETROUTE to not use rtnl
by Florian Westphal
· 7 years ago
121622d
ipv6: route: make rtm_getroute not assume rtnl is locked
by Florian Westphal
· 7 years ago
7324157
dsa: fix flow disector null pointer
by Craig Gallek
· 7 years ago
c90e951
net_sched: remove warning from qdisc_hash_add
by Konstantin Khlebnikov
· 7 years ago
325d5dc
net_sched/sfq: update hierarchical backlog when drop packet
by Konstantin Khlebnikov
· 7 years ago
8989042
net_sched: reset pointers to tcf blocks in classful qdiscs' destructors
by Konstantin Khlebnikov
· 7 years ago
187e5b3
ipv4: fix NULL dereference in free_fib_info_rcu()
by Eric Dumazet
· 7 years ago
12d94a8
ipv6: fix NULL dereference in ip6_route_dev_notify()
by Eric Dumazet
· 7 years ago
fe40079
ipv6: fib: Provide offload indication using nexthop flags
by Ido Schimmel
· 7 years ago
0a6f041
Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
by David S. Miller
· 7 years ago
d624d27
tcp: fix possible deadlock in TCP stack vs BPF filter
by Eric Dumazet
· 7 years ago
7749d4f
dccp: purge write queue in dccp_destroy_sock()
by Eric Dumazet
· 7 years ago
e5645f5
ipv6: release rt6->rt6i_idev properly during ifdown
by Wei Wang
· 7 years ago
36f41f8
af_key: do not use GFP_KERNEL in atomic contexts
by Eric Dumazet
· 7 years ago
539a06b
tcp: ulp: avoid module refcnt leak in tcp_set_ulp
by Sabrina Dubroca
· 7 years ago
Next »