Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
442d713baa33db0f78adadee6125c215f10f5a75
/
net
442d713
ipv6: fix incorrect bitwise operator used on rt6i_flags
by Colin Ian King
· 7 years ago
b2427e6
ipv6: fix dereference of rt6_ex before null check error
by Colin Ian King
· 7 years ago
ceaa001
openvswitch: Add erspan tunnel support.
by William Tu
· 7 years ago
d93fa2b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
d0e6020
ipv6: use rcu_dereference_bh() in ipv6_route_seq_next()
by Wei Wang
· 7 years ago
ff33952
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
68ebe3c
Merge tag 'nfs-for-4.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
2809c09
ipv6: addrlabel: remove refcounting
by Eric Dumazet
· 7 years ago
66c77ff
ipv6: addrlabel: rework ip6addrlbl_get()
by Eric Dumazet
· 7 years ago
fb60bcc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
bfd8e5a
ipv6: avoid zeroing per cpu data again
by Eric Dumazet
· 7 years ago
996b44f
udp: fix bcast packet reception
by Paolo Abeni
· 7 years ago
41c8742
netlink: do not set cb_running if dump's start() errs
by Jason A. Donenfeld
· 7 years ago
0912bda
net: bridge: Export bridge multicast router state
by Yotam Gigi
· 7 years ago
7704142
net: bridge: Notify on bridge device mrouter state changes
by Yotam Gigi
· 7 years ago
6df4d17
Merge tag 'mac80211-for-davem-2017-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 7 years ago
93b0319
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 7 years ago
6c0e728
ipv4: Fix traffic triggered IPsec connections.
by Steffen Klassert
· 7 years ago
62cf27e
ipv6: Fix traffic triggered IPsec connections.
by Steffen Klassert
· 7 years ago
98589a0
netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'
by Shmulik Ladkani
· 7 years ago
49f817d
netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hook
by Lin Zhang
· 7 years ago
cc429c8
ipv6: avoid cache line dirtying in ipv6_dev_get_saddr()
by Eric Dumazet
· 7 years ago
f59c031
ipv6: __ipv6_dev_get_saddr() rcu conversion
by Eric Dumazet
· 7 years ago
24ba333
ipv6: ipv6_chk_prefix() rcu conversion
by Eric Dumazet
· 7 years ago
47e2694
ipv6: ipv6_chk_custom_prefix() rcu conversion
by Eric Dumazet
· 7 years ago
d9bf82c
ipv6: ipv6_count_addresses() rcu conversion
by Eric Dumazet
· 7 years ago
8ef802a
ipv6: prepare RCU lookups for idev->addr_list
by Eric Dumazet
· 7 years ago
a9e2971
tipc: Unclone message at secondary destination lookup
by Jon Maloy
· 7 years ago
3382605
tipc: correct initialization of skb list
by Jon Maloy
· 7 years ago
ed842fa
bridge: suppress nd pkts on BR_NEIGH_SUPPRESS ports
by Roopa Prabhu
· 7 years ago
057658c
bridge: suppress arp pkts on BR_NEIGH_SUPPRESS ports
by Roopa Prabhu
· 7 years ago
821f1b2
bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd flood
by Roopa Prabhu
· 7 years ago
951f788
ipv6: fix a BUG in rt6_get_pcpu_route()
by Eric Dumazet
· 7 years ago
3d0241d
gso: fix payload length when gso_size is zero
by Alexey Kodanev
· 7 years ago
f192970
ip_gre: check packet length and mtu correctly in erspan tx
by William Tu
· 7 years ago
548ec11
net: phonet: mark phonet_protocol as const
by Lin Zhang
· 7 years ago
6423747
net: phonet: mark header_ops as const
by Lin Zhang
· 7 years ago
a2d3f3e
ipv6: fix net.ipv6.conf.all.accept_dad behaviour for real
by Matteo Croce
· 7 years ago
bdc4764
ip_tunnel: add mpls over gre support
by Amine Kherbouche
· 7 years ago
81eb844
ipv6: take care of rt6_stats
by Wei Wang
· 7 years ago
66f5d6c
ipv6: replace rwlock with rcu and spinlock in fib6_table
by Wei Wang
· 7 years ago
17ecf59
ipv6: add key length check into rt6_select()
by Wei Wang
· 7 years ago
8d1040e
ipv6: check fn->leaf before it is used
by Wei Wang
· 7 years ago
bbd63f0
ipv6: update fn_sernum after route is inserted to tree
by Wei Wang
· 7 years ago
d3843fe
ipv6: replace dst_hold() with dst_hold_safe() in routing code
by Wei Wang
· 7 years ago
51e398e
ipv6: don't release rt->rt6i_pcpu memory during rt6_release()
by Wei Wang
· 7 years ago
a94b936
ipv6: grab rt->rt6i_ref before allocating pcpu rt
by Wei Wang
· 7 years ago
2b760fc
ipv6: hook up exception table to store dst cache
by Wei Wang
· 7 years ago
38fbeee
ipv6: prepare fib6_locate() for exception table
by Wei Wang
· 7 years ago
c757faa
ipv6: prepare fib6_age() for exception table
by Wei Wang
· 7 years ago
b16cb45
ipv6: prepare rt6_clean_tohost() for exception table
by Wei Wang
· 7 years ago
f5bbe7e
ipv6: prepare rt6_mtu_change() for exception table
by Wei Wang
· 7 years ago
60006a4
ipv6: prepare fib6_remove_prefsrc() for exception table
by Wei Wang
· 7 years ago
35732d0
ipv6: introduce a hash table to store dst cache
by Wei Wang
· 7 years ago
180ca44
ipv6: introduce a new function fib6_update_sernum()
by Wei Wang
· 7 years ago
75c119a
tcp: implement rb-tree based retransmit queue
by Eric Dumazet
· 7 years ago
f331981
tcp: pass previous skb to tcp_shifted_skb()
by Eric Dumazet
· 7 years ago
8ba6dda
tcp: reduce tcp_fastretrans_alert() verbosity
by Eric Dumazet
· 7 years ago
5e76ee4
tcp: tcp_mark_head_lost() optimization
by Eric Dumazet
· 7 years ago
4e8cc22
tcp: tcp_tx_timestamp() cleanup
by Eric Dumazet
· 7 years ago
ac3f09b
tcp: uninline tcp_write_queue_purge()
by Eric Dumazet
· 7 years ago
18a4c0e
net: add rb_to_skb() and other rb tree helpers
by Eric Dumazet
· 7 years ago
4bc4e64
Merge tag 'batadv-next-for-davem-20171006' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 7 years ago
4e64b1e
net/ipv6: Convert icmpv6_push_pending_frames to void
by Joe Perches
· 7 years ago
e466af7
netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_user
by Eric Dumazet
· 7 years ago
5f9bfe0
netfilter: nf_tables: do not dump chain counters if not enabled
by Pablo Neira Ayuso
· 7 years ago
cc71b7b
net/ipv6: remove unused err variable on icmpv6_push_pending_frames
by Tim Hansen
· 7 years ago
380537b
net: ipv6: remove unused code in ipv6_find_hdr()
by Lin Zhang
· 7 years ago
bef0622
tcp: a small refactor of RACK loss detection
by Yuchung Cheng
· 7 years ago
043b87d
tcp: more efficient RACK loss detection
by Yuchung Cheng
· 7 years ago
e208007
tcp: new list for sent but unacked skbs for RACK recovery
by Eric Dumazet
· 7 years ago
b1fb67f
RDS: IB: Initialize max_items based on underlying device attributes
by Avinash Repaka
· 7 years ago
9dff993
RDS: IB: Limit the scope of has_fr/has_fmr variables
by Avinash Repaka
· 7 years ago
1bcdca3
net/ipv4: Remove unused variable in route.c
by Tim Hansen
· 7 years ago
6d05081
tcp: clean up TFO server's initial tcp_rearm_rto() call
by Wei Wang
· 7 years ago
27204aa
tcp: uniform the set up of sockets after successful connection
by Wei Wang
· 7 years ago
413a431
VSOCK: add sock_diag interface
by Stefan Hajnoczi
· 7 years ago
3b4477d
VSOCK: use TCP state constants for sk_state
by Stefan Hajnoczi
· 7 years ago
bf359b8
VSOCK: move __vsock_in_bound/connected_table() to af_vsock.h
by Stefan Hajnoczi
· 7 years ago
44f2098
VSOCK: export socket tables for sock_diag interface
by Stefan Hajnoczi
· 7 years ago
53954cf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
9a431ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
ca752be
net: bridge: Pass extack to down to netdev_master_upper_dev_link
by David Ahern
· 7 years ago
42ab19e
net: Add extack to upper device linking
by David Ahern
· 7 years ago
33eaf2a
net: Add extack to ndo_add_slave
by David Ahern
· 7 years ago
51d0c047
net: Add extack to netdev_notifier_info
by David Ahern
· 7 years ago
e769fce
net: 8021q: skip packets if the vlan is down
by Vishakha Narvekar
· 7 years ago
6621dd2
dev: advertise the new nsid when the netns iface changes
by Nicolas Dichtel
· 7 years ago
c818fa9
net: cache skb_shinfo() in skb_try_coalesce()
by Eric Dumazet
· 7 years ago
5c45121
rtnetlink: remove __rtnl_af_unregister
by Florian Westphal
· 7 years ago
e774d96
rtnetlink: remove slave_validate callback
by Florian Westphal
· 7 years ago
20e8832
net: core: fix kerneldoc comment
by Florian Westphal
· 7 years ago
ad67023
nl80211: Define policy for packet pattern attributes
by Peng Xu
· 7 years ago
ac1ed8b
sctp: introduce round robin stream scheduler
by Marcelo Ricardo Leitner
· 7 years ago
637784a
sctp: introduce priority based stream scheduler
by Marcelo Ricardo Leitner
· 7 years ago
0ccdf3c
sctp: add sockopt to get/set stream scheduler parameters
by Marcelo Ricardo Leitner
· 7 years ago
13aa877
sctp: add sockopt to get/set stream scheduler
by Marcelo Ricardo Leitner
· 7 years ago
5bbbbe3
sctp: introduce stream scheduler foundations
by Marcelo Ricardo Leitner
· 7 years ago
f952be7
sctp: introduce struct sctp_stream_out_ext
by Marcelo Ricardo Leitner
· 7 years ago
1fdb8d8
sctp: factor out stream->in allocation
by Marcelo Ricardo Leitner
· 7 years ago
Next »