Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
ce210e92238e976143c07a2d19d18c8919cb16a1
/
net
/
core
a88086e
net: off by one in inet6_pton()
by Dan Carpenter
· 8 years ago
65f619d
Merge branch 'for-linus' into for-4.12/block
by Jens Axboe
· 8 years ago
b1a951f
net/utils: generic inet_pton_with_scope helper
by Sagi Grimberg
· 8 years ago
a97e50c
socket, bpf: fix sk_filter use after free in sk_clone_lock
by Daniel Borkmann
· 8 years ago
a05d4fd
cgroup, net_cls: iterate the fds of only the tasks which are being migrated
by Tejun Heo
· 8 years ago
4ef1b28
tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS
by Soheil Hassas Yeganeh
· 8 years ago
8605330a
tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs
by Soheil Hassas Yeganeh
· 8 years ago
22a0e18
net: properly release sk_frag.page
by Eric Dumazet
· 8 years ago
37c343b
net: Resend IGMP memberships upon peer notification.
by Vlad Yasevich
· 8 years ago
91864f5
net: use net->count to check whether a netns is alive or not
by Andrey Vagin
· 8 years ago
cdfbabf
net: Work around lockdep limitation in sockets that use sockets
by David Howells
· 8 years ago
9ac25fc
net: fix socket refcounting in skb_complete_tx_timestamp()
by Eric Dumazet
· 8 years ago
dd4f107
net: fix socket refcounting in skb_complete_wifi_ack()
by Eric Dumazet
· 8 years ago
8d70eeb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
94352d4
net: Introduce sk_clone_lock() error path routine
by Arnaldo Carvalho de Melo
· 8 years ago
f719ff9b
sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
8703e8a
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h>
by Ingo Molnar
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
13baa00
net: net_enable_timestamp() can be called from irq contexts
by Eric Dumazet
· 8 years ago
39e6c82
net: solve a NAPI race
by Eric Dumazet
· 8 years ago
9c47137
bpf: Fix bpf_xdp_event_output
by Martin KaFai Lau
· 8 years ago
559c59b
net: napi_watchdog() can use napi_schedule_irqoff()
by Eric Dumazet
· 8 years ago
8ccde4c
net: sock: Use USEC_PER_SEC macro instead of literal 1000000
by Gao Feng
· 8 years ago
d1892e4
rtnl: simplify error return path in rtnl_create_link()
by Tobias Klauser
· 8 years ago
025331d
rtnl: don't account unused struct ifla_port_vsi in rtnl_port_size
by Daniel Borkmann
· 8 years ago
74451e66
bpf: make jited programs visible in traces
by Daniel Borkmann
· 8 years ago
c78f8bd
bpf: mark all registered map/prog types as __ro_after_init
by Daniel Borkmann
· 8 years ago
99d5cee
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 8 years ago
3f64116
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7627ae6
net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notification
by Marcus Huewe
· 8 years ago
25393d3
net: Prepare gro for packet consuming gro callbacks
by Steffen Klassert
· 8 years ago
37fabbf
net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSY
by Eric Dumazet
· 8 years ago
4456f61
devlink: allow to fillup eswitch attrs even if mode_get op does not exist
by Jiri Pirko
· 8 years ago
1a6aa36
devlink: use nla_put_failure goto label instead of out
by Jiri Pirko
· 8 years ago
21e3d2d
devlink: rename devlink_eswitch_fill to devlink_nl_eswitch_fill
by Jiri Pirko
· 8 years ago
adf200f
devlink: fix the name of eswitch commands
by Jiri Pirko
· 8 years ago
43cc277
net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.h
by Russell King
· 8 years ago
f4563a7
net: Fix checkpatch, Missing a blank line after declarations
by tcharding
· 8 years ago
eb13da1
net: Fix checkpatch block comments warnings
by tcharding
· 8 years ago
643aa9c
net: Fix checkpatch whitespace errors
by tcharding
· 8 years ago
722c9a0
net: Fix checkpatch WARNING: please, no space before tabs
by tcharding
· 8 years ago
97e219b
gro_cells: move to net/core/gro_cells.c
by Eric Dumazet
· 8 years ago
3efa70d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
51ce8bd
net: pending_confirm is not used anymore
by Julian Anastasov
· 8 years ago
9b8805a
sock: add sk_dst_pending_confirm flag
by Julian Anastasov
· 8 years ago
6962946
udp: properly cope with csum errors
by Eric Dumazet
· 8 years ago
a8eca32
net: remove ndo_neigh_{construct, destroy} from stacked devices
by Ido Schimmel
· 8 years ago
02c1602
net: remove __napi_complete()
by Eric Dumazet
· 8 years ago
6e7bc47
net: skb_needs_check() accepts CHECKSUM_NONE for tx
by Eric Dumazet
· 8 years ago
79e7fff4
net: remove support for per driver ndo_busy_poll()
by Eric Dumazet
· 8 years ago
52e01b8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 8 years ago
5fa8bbd
net: use a work queue to defer net_disable_timestamp() work
by Eric Dumazet
· 8 years ago
3808d34
ethtool: do not vzalloc(0) on registers dump
by Stanislaw Gruszka
· 8 years ago
8fe809a
net: add LINUX_MIB_PFMEMALLOCDROP counter
by Eric Dumazet
· 8 years ago
b9ea2a7
net: remove useless pfmemalloc setting
by Eric Dumazet
· 8 years ago
cb9c683
skbuff: add and use skb_nfct helper
by Florian Westphal
· 8 years ago
b2504a5
net: reduce skb_warn_bad_offload() noise
by Eric Dumazet
· 8 years ago
160ca01
rtnetlink: Handle IFLA_MASTER parameter when processing rtnl_newlink
by Theuns Verwoerd
· 8 years ago
04cdf13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 8 years ago
4d1ceea
net: ethtool: convert large order kmalloc allocations to vzalloc
by Alexei Starovoitov
· 8 years ago
30357d7
lwtunnel: remove device arg to lwtunnel_build_state
by David Ahern
· 8 years ago
f991bb9
net: Drop secpath on free after gro merge.
by Steffen Klassert
· 8 years ago
4e8f2fc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
158f323
net: adjust skb->truesize in pskb_expand_head()
by Eric Dumazet
· 8 years ago
85c8140
lwtunnel: Fix oops on state free after encap module unload
by Robert Shearman
· 8 years ago
88ff733
net: Specify the owning module for lwtunnel ops
by Robert Shearman
· 8 years ago
d1b662a
bpf: allow option for setting bpf_l4_csum_replace from scratch
by Daniel Borkmann
· 8 years ago
2492d3b
bpf: enable load bytes helper for filter/reuseport progs
by Daniel Borkmann
· 8 years ago
4faf940
bpf: simplify __is_valid_access test on cb
by Daniel Borkmann
· 8 years ago
1b7cd00
net: remove duplicate code.
by Mahesh Bandewar
· 8 years ago
9af15c3
device: Implement a bus agnostic dev_num_vf routine
by Phil Sutter
· 8 years ago
9ed5959
lwtunnel: fix autoload of lwt modules
by David Ahern
· 8 years ago
7be2c82
net: fix harmonize_features() vs NETIF_F_HIGHDMA
by Eric Dumazet
· 8 years ago
31a86d1
net: ethtool: Initialize buffer when querying device channel settings
by Eran Ben Elisha
· 8 years ago
aefb4d4
net: AF-specific RTM_GETSTATS attributes
by Robert Shearman
· 8 years ago
57b68ec
flow dissector: check if arp_eth is null rather than arp
by Colin Ian King
· 8 years ago
c1ce156
secure_seq: fix sparse errors
by Eric Dumazet
· 8 years ago
79471b1
lwt_bpf: bpf_lwt_prog_cmp() can be static
by Wei Yongjun
· 8 years ago
62c7989
bpf: allow b/h/w/dw access for bpf's cb in ctx
by Daniel Borkmann
· 8 years ago
6b8cc1d
bpf: pass original insn directly to convert_ctx_access
by Daniel Borkmann
· 8 years ago
526735d
net: fix AF_SMC related typo
by Ursula Braun
· 8 years ago
738b35c
net: core: Make netif_wake_subqueue a wrapper
by Florian Fainelli
· 8 years ago
02ac5d1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
ba836a6
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
5573335
flow disector: ARP support
by Simon Horman
· 8 years ago
7cfd5fd
gro: use min_t() in skb_gro_reset_offset()
by Eric Dumazet
· 8 years ago
8c2dd3e
mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_frag_free
by Alexander Duyck
· 8 years ago
1272ce8
gro: Enter slow-path if there is no tailroom
by Herbert Xu
· 8 years ago
5d722b3
net: add the AF_QIPCRTR entries to family name tables
by Anna, Suman
· 8 years ago
d9584d8
net: skb_flow_get_be16() can be static
by Eric Dumazet
· 8 years ago
39f19ebb
bpf: rename ARG_PTR_TO_STACK
by Alexei Starovoitov
· 8 years ago
ac71387
smc: establish new socket family
by Ursula Braun
· 8 years ago
4b9d07a
net: introduce keepalive function in struct proto
by Ursula Braun
· 8 years ago
7cd23e5
secure_seq: use SipHash in place of MD5
by Jason A. Donenfeld
· 8 years ago
8dc07fd
net-tc: convert tc_at to tc_at_ingress
by Willem de Bruijn
· 8 years ago
a5135bc
net-tc: convert tc_verd to integer bitfields
by Willem de Bruijn
· 8 years ago
e7246e1
net-tc: extract skip classify bit from tc_verd
by Willem de Bruijn
· 8 years ago
76eb75b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
1ff8ceb
scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))
by yuan linyu
· 8 years ago
Next »