Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
22bd0177bd08677a8888f4d1d8361b0326f9119b
/
net
/
core
77ef033
rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
by Michal Schmidt
· 8 years ago
8d65b08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
da7b66f
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
5b13475
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
b5d6098
xdp: fix parameter kdoc for extack
by Jakub Kicinski
· 8 years ago
3527d3e
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
a6a5993
iov_iter: don't revert iov buffer if csum error
by Ding Tianhong
· 8 years ago
6947529
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
ddf9f97
xdp: propagate extended ack to XDP setup
by Jakub Kicinski
· 8 years ago
39f3709
lwtunnel: fix error path in lwtunnel_fill_encap()
by Dan Carpenter
· 8 years ago
b5082df
net: Initialise init_net.count to 1
by David Howells
· 8 years ago
d1f496f
bpf: restore skb->sk before pskb_trim() call
by Eric Dumazet
· 8 years ago
c21b48c
net: adjust skb->truesize in ___pskb_trim()
by Eric Dumazet
· 8 years ago
adeb45c
fib_rules: fix error return code
by Wei Yongjun
· 8 years ago
0575c86
net: remove unnecessary carrier status check
by Zhang Shengju
· 8 years ago
b1513c3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
9899886
net: core: Prevent from dereferencing null pointer when releasing SKB
by Myungho Jung
· 8 years ago
b5cdae3
net: Generic XDP
by David S. Miller
· 8 years ago
a50fe0f
lwtunnel: check return value of nla_nest_start
by Pan Bian
· 8 years ago
029c1ec
flow_dissector: add mpls support (v2)
by Benjamin LaHaise
· 8 years ago
f43e9b0
net/devlink: Add E-Switch encapsulation control
by Roi Dayan
· 8 years ago
fb79670
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
c70b17b7
netpoll: Check for skb->queue_mapping
by Tushar Dave
· 8 years ago
6b633e8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 8 years ago
b1d9fc4
bpf: add napi_id read access to __sk_buff
by Daniel Borkmann
· 8 years ago
43170c4
gso: Validate assumption of frag_list segementation
by Ilan Tayari
· 8 years ago
7acf8a1
Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuning
by Matthew Whitehead
· 8 years ago
1f504ec
bpf: remove reference to sock_filter_ext from kerneldoc comment
by Tobias Klauser
· 8 years ago
7b9f6da
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
c21ef3e
net: rtnetlink: plumb extended ack to doit function
by David Ahern
· 8 years ago
7a7a9bd
gso: Validate assumption of frag_list segementation
by Ilan Tayari
· 8 years ago
9fd0f31
Add uid and cookie bpf helper to cg_skb_func_proto
by Chenbo Feng
· 8 years ago
1862d62
net-timestamp: avoid use-after-free in ip_recv_error
by Willem de Bruijn
· 8 years ago
6b6cbc1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
a88086e
net: off by one in inet6_pton()
by Dan Carpenter
· 8 years ago
f6e2711
net: Add a xfrm validate function to validate_xmit_skb
by Steffen Klassert
· 8 years ago
c7ef8f0
net: Add ESP offload features
by Steffen Klassert
· 8 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
2d4bc93
netlink: extended ACK reporting
by Johannes Berg
· 8 years ago
27b3b55
rtnetlink: Do not generate notifications for NETDEV_CHANGE_TX_QUEUE_LEN event
by David Ahern
· 8 years ago
b6b36eb
rtnetlink: Do not generate notifications for NETDEV_CHANGEUPPER event
by David Ahern
· 8 years ago
aed0735
rtnetlink: Do not generate notifications for CHANGELOWERSTATE event
by David Ahern
· 8 years ago
bf2c298
rtnetlink: Do not generate notifications for PRECHANGEUPPER event
by David Ahern
· 8 years ago
aef091a
rtnetlink: Do not generate notifications for POST_TYPE_CHANGE event
by David Ahern
· 8 years ago
cd8966e
rtnetlink: Do not generate notifications for CHANGEADDR event
by David Ahern
· 8 years ago
46ede61
rtnetlink: Do not generate notification for UDP_TUNNEL_PUSH_INFO
by David Ahern
· 8 years ago
085e1a6
rtnetlink: Do not generate notifications for MTU events
by David Ahern
· 8 years ago
eaffadb
gso: Support frag_list splitting with head_frag
by Ilan Tayari
· 8 years ago
df7dd8f
net: xdp: don't export dev_change_xdp_fd()
by Johannes Berg
· 8 years ago
8f917bb
bpf: pass sk to helper functions
by Willem de Bruijn
· 8 years ago
cb6bf9c
devlink: fix return value check in devlink_dpipe_header_put()
by Wei Yongjun
· 8 years ago
be9370a
bpf: remove struct bpf_prog_type_list
by Johannes Berg
· 8 years ago
717a94b
sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current_restore_flags()
by NeilBrown
· 8 years ago
bf74b20
Revert "rtnl: Add support for netdev event to link messages"
by David S. Miller
· 8 years ago
5daab9d
New getsockopt option to get socket cookie
by Chenbo Feng
· 8 years ago
65f619d
Merge branch 'for-linus' into for-4.12/block
by Jens Axboe
· 8 years ago
0e4c0ee
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by David S. Miller
· 8 years ago
6f14f44
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
def1288
rtnl: Add support for netdev event to link messages
by Vlad Yasevich
· 8 years ago
5138e86
rtnetlink: Convert rtnetlink_event to white list
by Vlad Yasevich
· 8 years ago
b1a951f
net/utils: generic inet_pton_with_scope helper
by Sagi Grimberg
· 8 years ago
822f9bb
soreuseport: use "unsigned int" in __reuseport_alloc()
by Alexey Dobriyan
· 8 years ago
ec2e45a
flowcache: more "unsigned int"
by Alexey Dobriyan
· 8 years ago
f31cc7e
flowcache: make flow_cache_hash_size() return "unsigned int"
by Alexey Dobriyan
· 8 years ago
5a17d9e
flowcache: make flow_key_size() return "unsigned int"
by Alexey Dobriyan
· 8 years ago
ac6a372
flow dissector: correct size of storage for ARP
by Simon Horman
· 8 years ago
3278682
make skb_copy_datagram_msg() et.al. preserve ->msg_iter on error
by Al Viro
· 8 years ago
1cf1cae
bpf: introduce BPF_PROG_TEST_RUN command
by Alexei Starovoitov
· 8 years ago
6c7c98b
sock: avoid dirtying sk_stamp, if possible
by Paolo Abeni
· 8 years ago
c6e970a
net: break include loop netdevice.h, dsa.h, devlink.h
by Andrew Lunn
· 8 years ago
1555d20
devlink: Support for pipeline debug (dpipe)
by Arkadi Sharshevsky
· 8 years ago
6d43390
net: Introduce SO_INCOMING_NAPI_ID
by Sridhar Samudrala
· 8 years ago
7db6b04
net: Commonize busy polling code to focus on napi_id instead of socket
by Sridhar Samudrala
· 8 years ago
3705671
net: Track start of busy loop instead of when it should end
by Alexander Duyck
· 8 years ago
2b5cd0d
net: Change return type of sk_busy_loop from bool to void
by Alexander Duyck
· 8 years ago
545cd5e
net: Busy polling should ignore sender CPUs
by Alexander Duyck
· 8 years ago
28ee1b7
secure_seq: downgrade to per-host timestamp offsets
by Florian Westphal
· 8 years ago
95f2552
net: Do not allow negative values for busy_read and busy_poll sysctl interfaces
by Alexander Duyck
· 8 years ago
e013fb7
net: make in_aton() 32-bit internally
by Alexey Dobriyan
· 8 years ago
48481c8
net: neigh: guard against NULL solicit() method
by Eric Dumazet
· 8 years ago
6acc5c2
Add a eBPF helper function to retrieve socket uid
by Chenbo Feng
· 8 years ago
91b8270
Add a helper function to get socket cookie in eBPF
by Chenbo Feng
· 8 years ago
16ae1f2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
a97e50c
socket, bpf: fix sk_filter use after free in sk_clone_lock
by Daniel Borkmann
· 8 years ago
a7678c7
rtnetlink: Add dump all for netconf
by David Ahern
· 8 years ago
4c355cd
net: convert sk_filter.refcnt from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
a2d133b
sock: introduce SO_MEMINFO getsockopt
by Josh Hunt
· 8 years ago
7b8f7a4
neighbour: fix nlmsg_pid in notifications
by Roopa Prabhu
· 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
3c71006
ipv4: fib_rules: Check if rule is a default rule
by Ido Schimmel
· 8 years ago
22a0e18
net: properly release sk_frag.page
by Eric Dumazet
· 8 years ago
101c431
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
37c343b
net: Resend IGMP memberships upon peer notification.
by Vlad Yasevich
· 8 years ago
942c56a
lwtunnel: remove unused but set variable
by Roopa Prabhu
· 8 years ago
91864f5
net: use net->count to check whether a netns is alive or not
by Andrey Vagin
· 8 years ago
27303fc
drop_monitor: use setup_timer
by Geliang Tang
· 8 years ago
a30aad5
tcp: rename *_sequence_number() to *_seq_and_tsoff()
by Alexey Kodanev
· 8 years ago
cdfbabf
net: Work around lockdep limitation in sockets that use sockets
by David Howells
· 8 years ago
Next »