Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
834e23dd0a27b5f0d424cc5a41bed42a6a588479
/
net
448b448
net: dsa: Add lockdep class to tx queues to avoid lockdep splat
by Andrew Lunn
· 10 years ago
6713fc9
openvswitch: Use eth_proto_is_802_3
by Alexander Duyck
· 10 years ago
d181ddc
ipv4/ip_tunnel_core: Use eth_proto_is_802_3
by Alexander Duyck
· 10 years ago
27cf6a6
ebtables: Use eth_proto_is_802_3
by Alexander Duyck
· 10 years ago
2c7a88c
etherdev: Fix sparse error, make test usable by other functions
by Alexander Duyck
· 10 years ago
784b58a
bridge: change BR_GROUPFWD_RESTRICTED to allow forwarding of LLDP frames
by Bernhard Thaler
· 10 years ago
cd8ae85
tcp: provide SYN headers for passive connections
by Eric Dumazet
· 10 years ago
fcba67c
net: fix two sparse warnings introduced by IGMP/MLD parsing exports
by Linus Lüssing
· 10 years ago
90bdfcb
tipc: deal with return value of tipc_conn_new callback
by Ying Xue
· 10 years ago
a13683f
tipc: adjust locking policy of subscription
by Ying Xue
· 10 years ago
00bc00a
tipc: involve reference counter for subscriber
by Ying Xue
· 10 years ago
1b76482
tipc: introduce tipc_subscrb_create routine
by Ying Xue
· 10 years ago
57f1d18
tipc: rename functions defined in subscr.c
by Ying Xue
· 10 years ago
9afd85c
net: Export IGMP/MLD message validation code
by Linus Lüssing
· 10 years ago
3c9e4f8
bridge: multicast: call skb_checksum_{simple_, }validate
by Linus Lüssing
· 10 years ago
c19ae86
tc: remove unused redirect ttl
by Jamal Hadi Salim
· 10 years ago
2e99403
sch_choke: Use flow_keys_digest
by Tom Herbert
· 10 years ago
2f59e1e
net: Add flow_keys digest
by Tom Herbert
· 10 years ago
ada1dba
sched: Call skb_get_hash_perturb in sch_sfq
by Tom Herbert
· 10 years ago
63c0ad4
sched: Call skb_get_hash_perturb in sch_sfb
by Tom Herbert
· 10 years ago
f969777
sched: Call skb_get_hash_perturb in sch_hhf
by Tom Herbert
· 10 years ago
342db22
sched: Call skb_get_hash_perturb in sch_fq_codel
by Tom Herbert
· 10 years ago
50fb799
net: Add skb_get_hash_perturb
by Tom Herbert
· 10 years ago
6a21165
net: ipv4: route: Fix sending IGMP messages with link address
by Andrew Lunn
· 10 years ago
087c1a6
net: sched: run ingress qdisc without locks
by Alexei Starovoitov
· 10 years ago
138998f
tcp: invoke pkts_acked hook on every ACK
by Kenneth Klette Jonassen
· 10 years ago
31231a8
tcp: improve RTT from SACK for CC
by Kenneth Klette Jonassen
· 10 years ago
196da97
tcp: move struct tcp_sacktag_state to tcp_ack()
by Kenneth Klette Jonassen
· 10 years ago
610986e
etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdr
by Alexander Duyck
· 10 years ago
d54385c
etherdev: Process is_multicast_ether_addr at same size as other operations
by Alexander Duyck
· 10 years ago
849b920
etherdev: Avoid unnecessary byte swap in check for Ethertype
by Alexander Duyck
· 10 years ago
82a584b
ipv6: Flow label state ranges
by Tom Herbert
· 10 years ago
7035870
ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flags
by Martin KaFai Lau
· 10 years ago
4749c3ef
net: sched: remove TC_MUNGED bits
by Florian Westphal
· 10 years ago
7eee8cd
ipv4: remove the unnecessary codes in fib_info_hash_move
by Li RongQing
· 10 years ago
3715544
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
a134f08
ipv4: Missing sk_nulls_node_init() in ping_unhash().
by David S. Miller
· 10 years ago
afc4eef
ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peer
by Martin KaFai Lau
· 10 years ago
4b32b5a
ipv6: Stop rt6_info from using inet_peer's metrics
by Martin KaFai Lau
· 10 years ago
653437d
ipv6: Stop /128 route from disappearing after pmtu update
by Martin KaFai Lau
· 10 years ago
9fbdcfa
ipv6: Extend the route lookups to low priority metrics.
by Steffen Klassert
· 10 years ago
1f56a01
ipv6: Consider RTF_CACHE when searching the fib6 tree
by Martin KaFai Lau
· 10 years ago
355b590
ipv4: speedup ip_idents_reserve()
by Eric Dumazet
· 10 years ago
f828ad0
tcp_westwood: fix tcp_westwood_info()
by Eric Dumazet
· 10 years ago
9dac883
tcp: update reordering first before detecting loss
by Yuchung Cheng
· 10 years ago
6e9250f
tcp: add TCP_CC_INFO socket option
by Eric Dumazet
· 10 years ago
64f40ff
tcp: prepare CC get_info() access from getsockopt()
by Eric Dumazet
· 10 years ago
bdd1f9e
tcp: add tcpi_bytes_received to tcp_info
by Eric Dumazet
· 10 years ago
0df48c2
tcp: add tcpi_bytes_acked to tcp_info
by Eric Dumazet
· 10 years ago
50d4964
net: dsa: Fix scope of eeprom-length property
by Guenter Roeck
· 10 years ago
0d699f28
tipc: fix problem with parallel link synchronization mechanism
by Jon Paul Maloy
· 10 years ago
f2f6739
tipc: remove wrong use of NLM_F_MULTI
by Nicolas Dichtel
· 10 years ago
46c264d
bridge/nl: remove wrong use of NLM_F_MULTI
by Nicolas Dichtel
· 10 years ago
8219967
bridge/mdb: remove wrong use of NLM_F_MULTI
by Nicolas Dichtel
· 10 years ago
2b70fe5
net: sched: act_connmark: don't zap skb->nfct
by Florian Westphal
· 10 years ago
cb6ccf0
route: Use ipv4_mtu instead of raw rt_pmtu
by Herbert Xu
· 10 years ago
39376cc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 10 years ago
2decb26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
129d23a
netfilter; Add some missing default cases to switch statements in nft_reject.
by David S. Miller
· 10 years ago
59953fb
Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 10 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
a31196b
net: rfs: fix crash in get_rps_cpus()
by Eric Dumazet
· 10 years ago
2ea2f62
net: fix crash in build_skb()
by Eric Dumazet
· 10 years ago
4c4ed07
netfilter: nf_tables: fix wrong length for jump/goto verdicts
by Florian Westphal
· 10 years ago
b357a36
inet: fix possible panic in reqsk_queue_unlink()
by Eric Dumazet
· 10 years ago
845704a
tcp: avoid looping in tcp_send_fin()
by Eric Dumazet
· 10 years ago
f139b6c
Merge tag 'nfs-rdma-for-4.1-1' of git://git.linux-nfs.org/projects/anna/nfs-rdma
by Trond Myklebust
· 10 years ago
21330b6
Merge branch 'bugfixes'
by Trond Myklebust
· 10 years ago
3f94009
sunrpc: make debugfs file creation failure non-fatal
by Jeff Layton
· 10 years ago
d1ab39f
net: unix: garbage: fixed several comment and whitespace style issues
by Jason Eastman
· 10 years ago
73a3173
tipc: fix node refcount issue
by Erik Hugne
· 10 years ago
9871b27
tipc: fix random link reset problem
by Erik Hugne
· 10 years ago
def81f6
tipc: fix topology server broken issue
by Ying Xue
· 10 years ago
79930f5
net: do not deplete pfmemalloc reserve
by Eric Dumazet
· 10 years ago
26349c7
ip6_gre: use netdev_alloc_pcpu_stats()
by Johannes Berg
· 10 years ago
1204c46
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 10 years ago
5a9ab01
mpls: Prevent use of implicit NULL label as outgoing label
by Robert Shearman
· 10 years ago
37bde79
mpls: Per-device enabling of packet input
by Robert Shearman
· 10 years ago
03c5774
mpls: Per-device MPLS state
by Robert Shearman
· 10 years ago
d83769a
tcp: fix possible deadlock in tcp_send_fin()
by Eric Dumazet
· 10 years ago
958a276
crush: straw2 bucket type with an efficient 64-bit crush_ln()
by Ilya Dryomov
· 10 years ago
4500226
crush: ensuring at most num-rep osds are selected
by Ilya Dryomov
· 10 years ago
9be6df2
crush: drop unnecessary include from mapper.c
by Ilya Dryomov
· 10 years ago
8aaa51b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
3c71512
tcp: add memory barriers to write space paths
by jbaron@akamai.com
· 10 years ago
2ab9574
ip_forward: Drop frames with attached skb->sk
by Sebastian Pöhn
· 10 years ago
5cf7bd3
libceph: expose client options through debugfs
by Ilya Dryomov
· 10 years ago
ff40f9a
libceph, ceph: split ceph_show_options()
by Ilya Dryomov
· 10 years ago
67c64eb
libceph: don't overwrite specific con error msgs
by Ilya Dryomov
· 10 years ago
dba94f2
Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 10 years ago
1f5014d
Bluetooth: hidp: Fix regression with older userspace and flags validation
by Marcel Holtmann
· 10 years ago
388f997
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
e3122b7
net: dsa: use DEVICE_ATTR_RW to declare temp1_max
by Vivien Didelot
· 10 years ago
8b86a61
net: remove unused 'dev' argument from netif_needs_gso()
by Johannes Berg
· 10 years ago
f40ae91
act_mirred: Fix bogus header when redirecting from VLAN
by Herbert Xu
· 10 years ago
521f1cf
inet_diag: fix access to tcp cc information
by Eric Dumazet
· 10 years ago
fad9dfe
tcp: tcp_get_info() should fetch socket fields once
by Eric Dumazet
· 10 years ago
213dd74
skbuff: Do not scrub skb mark within the same name space
by Herbert Xu
· 10 years ago
4c0ee41
Revert "net: Reset secmark when scrubbing packet"
by Herbert Xu
· 10 years ago
a166151
bpf: fix bpf helpers to use skb->mac_header relative offsets
by Alexei Starovoitov
· 10 years ago
Next »