Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
269fe56551c68cde57e477a6810ed57921dfe54f
/
net
80f2321
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
a9e41a5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
cf482a4
Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
d678714
net/sched: remove block pointer from common offload structure
by Pieter Jansen van Vuuren
· 6 years ago
a51645f
net: ethernet: support of_get_mac_address new ERR_PTR error
by Petr Štetiar
· 6 years ago
4974f9b
net: dsa: support of_get_mac_address new ERR_PTR error
by Petr Štetiar
· 6 years ago
ff6ab32
vrf: sit mtu should not be updated when vrf netdev is the link
by Stephen Suryaputra
· 6 years ago
68be930
net: dsa: Fix error cleanup path in dsa_init_module
by YueHaibing
· 6 years ago
638a3a1
l2tp: Fix possible NULL pointer dereference
by YueHaibing
· 6 years ago
e4acf42
taprio: add null check on sched_nest to avoid potential null pointer dereference
by Colin Ian King
· 6 years ago
41bc10c
Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux
by Linus Torvalds
· 6 years ago
37c0aea
net_sched: sch_fq: handle non connected flows
by Eric Dumazet
· 6 years ago
eeb84aa
net_sched: sch_fq: do not assume EDT packets are ordered
by Eric Dumazet
· 6 years ago
168e153
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
14cfbda
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
0968621
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 6 years ago
81ff5d2
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
a0e928e
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
5ba2a4b
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
c5bf68f
*: convert stream-like files from nonseekable_open -> stream_open
by Kirill Smelkov
· 6 years ago
b362487
sch_htb: redefine htb qdisc overlimits
by Cong Wang
· 6 years ago
227d07a
net: dsa: sja1105: Add support for traffic through standalone ports
by Vladimir Oltean
· 6 years ago
97a69a0
net: dsa: Add support for deferred xmit
by Vladimir Oltean
· 6 years ago
cc1939e
net: dsa: Allow drivers to filter packets they can decode source port from
by Vladimir Oltean
· 6 years ago
f9bbe44
net: dsa: Optional VLAN-based port separation for switches without tagging
by Vladimir Oltean
· 6 years ago
146c1be
net: dsa: Export symbols for dsa_port_vid_{add, del}
by Vladimir Oltean
· 6 years ago
b2243b3
net: dsa: Call driver's setup callback after setting up its switchdev notifier
by Vladimir Oltean
· 6 years ago
88c44a5
net/sched: add block pointer to tc_cls_common_offload structure
by Pieter Jansen van Vuuren
· 6 years ago
12f02b6
net/sched: allow stats updates from offloaded police actions
by Pieter Jansen van Vuuren
· 6 years ago
b7fe4ab
net/sched: extend matchall offload for hardware statistics
by Pieter Jansen van Vuuren
· 6 years ago
8c8cfc6
net/sched: add police action to the hardware intermediate representation
by Pieter Jansen van Vuuren
· 6 years ago
fa762da
net/sched: move police action structures to header
by Pieter Jansen van Vuuren
· 6 years ago
dfcb19f
net/sched: remove unused functions for matchall offload
by Pieter Jansen van Vuuren
· 6 years ago
9681e8b
net/dsa: use intermediate representation for matchall offload
by Pieter Jansen van Vuuren
· 6 years ago
f00cbf19
net/sched: use the hardware intermediate representation for matchall
by Pieter Jansen van Vuuren
· 6 years ago
a7a7be6
net/sched: add sample action to the hardware intermediate representation
by Pieter Jansen van Vuuren
· 6 years ago
1ffad6d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 6 years ago
eabb478
netfilter: xt_hashlimit: use struct_size() helper
by Gustavo A. R. Silva
· 6 years ago
19ab5f4
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 6 years ago
8c3c447
net: use indirect calls helpers at the socket layer
by Paolo Abeni
· 6 years ago
97ff7ff
net: use indirect calls helpers at early demux stage
by Paolo Abeni
· 6 years ago
0e219ae
net: use indirect calls helpers for L3 handler hooks
by Paolo Abeni
· 6 years ago
f5737cb
net: use indirect calls helpers for ptype hook
by Paolo Abeni
· 6 years ago
f80c5da
Bluetooth: Ignore CC events not matching the last HCI command
by João Paulo Rechi Vita
· 6 years ago
fdd1a81
net: atm: clean up a range check
by Dan Carpenter
· 6 years ago
d14a108
net: rds: fix spelling mistake "syctl" -> "sysctl"
by Colin Ian King
· 6 years ago
594725d
cls_cgroup: avoid panic when receiving a packet before filter set
by Matteo Croce
· 6 years ago
ca96534
openvswitch: check for null pointer return from nla_nest_start_noflag
by Colin Ian King
· 6 years ago
a5995e7
ipv4: Move exception bucket to nh_common
by David Ahern
· 6 years ago
87063a1f
ipv4: Pass fib_nh_common to rt_cache_route
by David Ahern
· 6 years ago
0f457a3
ipv4: Move cached routes to fib_nh_common
by David Ahern
· 6 years ago
71f150f
bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem()
by YueHaibing
· 6 years ago
7fcd1e0
ipmr_base: Do not reset index in mr_table_dump
by David Ahern
· 6 years ago
a734d1f
net: openvswitch: return an error instead of doing BUG_ON()
by Eelco Chaudron
· 6 years ago
05d7f54
genetlink: do not validate dump requests if there is no policy
by Michal Kubecek
· 6 years ago
c0b14a0
tipc: fix missing Name entries due to half-failover
by Tuong Lien
· 6 years ago
2542604
cls_matchall: avoid panic when receiving a packet before filter set
by Matteo Croce
· 6 years ago
e512fcf
net: sched: cls_u32: use struct_size() helper
by Gustavo A. R. Silva
· 6 years ago
141b6b2
net: add a generic tracepoint for TX queue timeout
by Cong Wang
· 6 years ago
4b2a2bf
neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
by David Ahern
· 6 years ago
64c6f4b
neighbor: Reset gc_entries counter if new entry is released before insert
by David Ahern
· 6 years ago
ff24e49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
bef252f
rpcpipe: switch to ->free_inode()
by Al Viro
· 6 years ago
4dd2b82
udp: fix GRO packet of death
by Eric Dumazet
· 6 years ago
886b7a5
ipv6: A few fixes on dereferencing rt->from
by Martin KaFai Lau
· 6 years ago
f350574
rds: ib: force endiannes annotation
by Nicholas Mc Guire
· 6 years ago
d2f0c96
ipv4: ip_do_fragment: Preserve skb_iif during fragmentation
by Shmulik Ladkani
· 6 years ago
c25031e
taprio: Add support for cycle-time-extension
by Vinicius Costa Gomes
· 6 years ago
6ca6a66
taprio: Add support for setting the cycle-time manually
by Vinicius Costa Gomes
· 6 years ago
a3d43c0
taprio: Add support adding an admin schedule
by Vinicius Costa Gomes
· 6 years ago
8c79f0e
taprio: Fix potencial use of invalid memory during dequeue()
by Vinicius Costa Gomes
· 6 years ago
98fa627
tcp: refactor setting the initial congestion window
by Yuchung Cheng
· 6 years ago
6b94b1c
tcp: refactor to consolidate TFO passive open code
by Yuchung Cheng
· 6 years ago
794200d
tcp: undo cwnd on Fast Open spurious SYNACK retransmit
by Yuchung Cheng
· 6 years ago
8c3cfe1
tcp: lower congestion window on Fast Open SYNACK timeout
by Yuchung Cheng
· 6 years ago
336c39a
tcp: undo init congestion window on false SYNACK timeout
by Yuchung Cheng
· 6 years ago
9e450c1
tcp: better SYNACK sent timestamp
by Yuchung Cheng
· 6 years ago
7c1f081
tcp: undo initial congestion window on false SYN timeout
by Yuchung Cheng
· 6 years ago
bc9f38c
tcp: avoid unconditional congestion window undo on SYN retransmit
by Yuchung Cheng
· 6 years ago
2dcb003
net/tls: avoid NULL pointer deref on nskb->sk in fallback
by Jakub Kicinski
· 6 years ago
486efdc
packet: validate msg_namelen in send directly
by Willem de Bruijn
· 6 years ago
b2cf86e
packet: in recvmsg msg_name return at least sizeof sockaddr_ll
by Willem de Bruijn
· 6 years ago
b587bda
devlink: Change devlink health locking mechanism
by Moshe Shemesh
· 6 years ago
fbd0197
sctp: avoid running the sctp state machine recursively
by Xin Long
· 6 years ago
0e23387
ipv6: fix races in ip6_dst_destroy()
by Eric Dumazet
· 6 years ago
93e86b3
net: dsa: Remove legacy probing support
by Andrew Lunn
· 6 years ago
314f76d
net: dsa: Add more convenient functions for installing port VLANs
by Vladimir Oltean
· 6 years ago
ec9121e
net: dsa: Skip calling .port_vlan_filtering on no change
by Vladimir Oltean
· 6 years ago
14574676
net: dsa: Keep the vlan_filtering setting in dsa_switch if it's global
by Vladimir Oltean
· 6 years ago
d371b7c
net: dsa: Unset vlan_filtering when ports leave the bridge
by Vladimir Oltean
· 6 years ago
8f5d16f
net: dsa: Be aware of switches where VLAN filtering is a global setting
by Vladimir Oltean
· 6 years ago
33162e9
net: dsa: Store vlan_filtering as a property of dsa_port
by Vladimir Oltean
· 6 years ago
85478d7
net: dsa: Fix pharse -> phase typo
by Vladimir Oltean
· 6 years ago
a622b40
l2ip: fix possible use-after-free
by Eric Dumazet
· 6 years ago
c93ad13
appletalk: Set error code if register_snap_client failed
by YueHaibing
· 6 years ago
b130234
rxrpc: Fix net namespace cleanup
by David Howells
· 6 years ago
a658a3f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 6 years ago
b145745
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 6 years ago
1de6f33
netfilter: connlabels: fix spelling mistake "trackling" -> "tracking"
by Colin Ian King
· 6 years ago
3087c3f
netfilter: nft_ct: Add ct id support
by Brett Mastbergen
· 6 years ago
Next »