Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9a687aea2ffd8ab1e3c6239ea53c0a2209707bd5
/
net
/
core
14986a3
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 8 years ago
9340903
net: Add netdev all_adj_list refcnt propagation to fix panic
by Andrew Collins
· 8 years ago
b6a7920
net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac header
by Shmulik Ladkani
· 8 years ago
fa34cd9
net: rtnl: avoid uninitialized data in IFLA_VF_VLAN_LIST handling
by Arnd Bergmann
· 8 years ago
63d7546
net: pktgen: fix pkt_size
by Paolo Abeni
· 8 years ago
7836667
net: do not export sk_stream_write_space
by Eric Dumazet
· 8 years ago
f20fbc0
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Pablo Neira Ayuso
· 8 years ago
2c1e270
netfilter: call nf_hook_ingress with rcu_read_lock
by Aaron Conole
· 8 years ago
79aab09
net: Update API for VF vlan protocol 802.1ad support
by Moshe Shemesh
· 8 years ago
2ed6afd
netns: move {inc,dec}_net_namespaces into #ifdef
by Arnd Bergmann
· 8 years ago
7a4b28c
bpf: add helper to invalidate hash
by Daniel Borkmann
· 8 years ago
669dc4d
bpf: use bpf_get_smp_processor_id_proto instead of raw one
by Daniel Borkmann
· 8 years ago
2d48c5f
bpf: use skb_to_full_sk helper in bpf_skb_under_cgroup
by Daniel Borkmann
· 8 years ago
d6989d4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7872559
Merge branch 'nsfs-ioctls' into HEAD
by Eric W. Biederman
· 8 years ago
bcac25a
kernel: add a helper to get an owning user namespace for a namespace
by Andrey Vagin
· 8 years ago
df75e77
userns: When the per user per user namespace limit is reached return ENOSPC
by Eric W. Biederman
· 8 years ago
ecf4ee4
net: skbuff: Coding: Use eth_type_vlan() instead of open coding it
by Shmulik Ladkani
· 8 years ago
636c262
net: skbuff: Remove errornous length validation in skb_vlan_pop()
by Shmulik Ladkani
· 8 years ago
bfca4c5
net: skbuff: Export __skb_vlan_pop
by Shmulik Ladkani
· 8 years ago
36bbef5
bpf: direct packet write and access for helpers for clsact progs
by Daniel Borkmann
· 8 years ago
07b26c9
gso: Support partial splitting at the frag_list pointer
by Steffen Klassert
· 8 years ago
d979a39
cgroup: duplicate cgroup reference when cloning sockets
by Johannes Weiner
· 8 years ago
69ae6ad
net: core: Add offload stats to if_stats_msg
by Nogah Frankel
· 8 years ago
b20b378
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
181402a
net: use IS_ENABLED() instead of checking for built-in or module
by Javier Martinez Canillas
· 8 years ago
f3694e0
bpf: add BPF_CALL_x macros for declaring helpers
by Daniel Borkmann
· 8 years ago
374fb54
bpf: add own ctx rewriter on ifindex for clsact progs
by Daniel Borkmann
· 8 years ago
f035a51
bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros
by Daniel Borkmann
· 8 years ago
6088b58
bpf: minor cleanups in helpers
by Daniel Borkmann
· 8 years ago
b8b867e
rtnetlink: remove unused ifla_stats_policy
by stephen hemminger
· 8 years ago
9f5afea
tcp: use an RB tree for ooo receive queue
by Yaogong Wang
· 8 years ago
24b27fc
bonding: Fix bonding crash
by Mahesh Bandewar
· 8 years ago
bc51ddd
netns: avoid disabling irq for netns id
by WANG Cong
· 8 years ago
38f507f
vxlan: call peernet2id() in fdb notification
by WANG Cong
· 8 years ago
635c223
rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possibly
by Gao Feng
· 8 years ago
d297653
rtnetlink: fdb dump: optimize by saving last interface markers
by Roopa Prabhu
· 8 years ago
3ee5256
netns: make nla_policy const
by stephen hemminger
· 8 years ago
85bae4b
drop_monitor: make genl_multicast_group const
by stephen hemminger
· 8 years ago
14972cb
net: lwtunnel: Handle fragmentation
by Roopa Prabhu
· 8 years ago
4185249
net: batch calls to flush_all_backlogs()
by Eric Dumazet
· 8 years ago
6bc506b
bridge: switchdev: Add forward mark support for stacked devices
by Ido Schimmel
· 8 years ago
145dd5f
net: flush the softnet backlog in process context
by Paolo Abeni
· 8 years ago
ba2489b
net: remove clear_sk() method
by Eric Dumazet
· 8 years ago
4cac820
udp: get rid of sk_prot_clear_portaddr_nulls()
by Eric Dumazet
· 8 years ago
f8edcd1
net: rtnetlink: Don't export empty RTAX_FEATURES
by Phil Sutter
· 8 years ago
54fd9c2
bpf: get rid of cgroup helper related ifdefs
by Daniel Borkmann
· 8 years ago
4de1696
bpf: enable event output helper also for xdp types
by Daniel Borkmann
· 8 years ago
5293efe
bpf: add bpf_skb_change_tail helper
by Daniel Borkmann
· 8 years ago
45c7fff
bpf: use skb_pkt_type_ok helper in bpf_skb_change_type
by Daniel Borkmann
· 8 years ago
f6a6692
flow_dissector: Get vlan priority in addition to vlan id
by Hadar Hen Zion
· 8 years ago
d5709f7
flow_dissector: For stripped vlan, get vlan info from skb->vlan_tci
by Hadar Hen Zion
· 8 years ago
60747ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
f8c46cb
netns: do not call pernet ops for not yet set up init_net namespace
by Dmitry Torokhov
· 8 years ago
952fcfd
net: remove type_check from dev_get_nest_level()
by Sabrina Dubroca
· 8 years ago
0ed661d
bpf: fix write helpers with regards to non-linear parts
by Daniel Borkmann
· 8 years ago
747ea55
bpf: fix bpf_skb_in_cgroup helper naming
by Daniel Borkmann
· 8 years ago
ab10dcc
rps: Inspect PPTP encapsulated by GRE to get flow hash
by Gao Feng
· 8 years ago
59cc1f6
net: sched: convert qdisc linked list to hashtable
by Jiri Kosina
· 8 years ago
0e7bbcc
neigh: allow admin to set NUD_STALE
by Julian Anastasov
· 8 years ago
8065694
bpf: fix checksum for vlan push/pop helper
by Daniel Borkmann
· 8 years ago
479ffcc
bpf: fix checksum fixups on bpf_skb_store_bytes
by Daniel Borkmann
· 8 years ago
a2bfe6b
bpf: also call skb_postpush_rcsum on xmit occasions
by Daniel Borkmann
· 8 years ago
7032866
netns: Add a limit on the number of net namespaces
by Eric W. Biederman
· 8 years ago
554828e
Merge branch 'salted-string-hash'
by Linus Torvalds
· 8 years ago
d1c2b50
net: neigh: disallow transition to NUD_STALE if lladdr is unchanged in neigh_update()
by He Chunhui
· 8 years ago
aa7145c
bpf, events: fix offset in skb copy handler
by Daniel Borkmann
· 8 years ago
de0ba9a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
262d862
rtnl: protect do_setlink from IFLA_XDP_ATTACHED
by Brenden Blanco
· 8 years ago
d1fdd91
rtnl: add option for setting link xdp prog
by Brenden Blanco
· 8 years ago
a7862b4
net: add ndo to setup/query xdp prog in adapter rx
by Brenden Blanco
· 8 years ago
6a773a1
bpf: add XDP prog type for early driver filter
by Brenden Blanco
· 8 years ago
555c8a8
bpf: avoid stack copy and use skb ctx for event output
by Daniel Borkmann
· 8 years ago
4f0c40d9
dccp: limit sk_filter trim to payload
by Willem de Bruijn
· 8 years ago
f4979fc
rose: limit sk_filter trim to payload
by Willem de Bruijn
· 8 years ago
e5224f0
devlink: add hardware messages tracing facility
by Jiri Pirko
· 8 years ago
779f1ed
sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_send
by Soheil Hassas Yeganeh
· 8 years ago
1db19db
net: tracepoint napi:napi_poll add work and budget
by Jesper Dangaard Brouer
· 8 years ago
30d0844
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
2a4501a
neigh: Send a notification when DELAY_PROBE_TIME changes
by Ido Schimmel
· 8 years ago
18bfb92
net: introduce default neigh_construct/destroy ndo calls for L2 upper devices
by Jiri Pirko
· 8 years ago
503eebc
net: add dev arg to ndo_neigh_construct/destroy
by Jiri Pirko
· 8 years ago
7ce856a
mlxsw: spectrum: Add couple of lower device helper functions
by Jiri Pirko
· 8 years ago
13c5c24
bpf: add bpf_get_hash_recalc helper
by Daniel Borkmann
· 8 years ago
0967f24
net: pktgen: support injecting packets for qdisc testing
by John Fastabend
· 8 years ago
08f4b59
net/devlink: Add E-Switch mode control
by Or Gerlitz
· 8 years ago
4a482f3
cgroup: bpf: Add bpf_skb_in_cgroup_proto
by Martin KaFai Lau
· 8 years ago
82a31b9
net_sched: fix mirrored packets checksum
by WANG Cong
· 8 years ago
eb70db8
packet: Use symmetric hash for PACKET_FANOUT_HASH.
by David S. Miller
· 8 years ago
113214b
bpf: refactor bpf_prog_get and type check into helper
by Daniel Borkmann
· 8 years ago
08294a2
net: introduce NETDEV_CHANGE_TX_QUEUE_LEN
by Jason Wang
· 8 years ago
153380e
fib_rules: Added NLM_F_EXCL support to fib_nl_newrule
by Mateusz Bajorski
· 8 years ago
80e73cc
net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attribute
by Nikolay Aleksandrov
· 8 years ago
d2485c4
bpf: add bpf_skb_change_type helper
by Daniel Borkmann
· 8 years ago
6578171
bpf: add bpf_skb_change_proto helper
by Daniel Borkmann
· 8 years ago
80b48c4
bpf: don't use raw processor id in generic helper
by Daniel Borkmann
· 8 years ago
ee58b57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
b560f03
neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()
by David Barroso
· 8 years ago
8a01ed7
net: the space is required before the open parenthesis '('
by Wei Tang
· 8 years ago
520ac30
net_sched: drop packets after root qdisc lock is released
by Eric Dumazet
· 8 years ago
Next »