Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
a4390aee72713d9e73f1132bcdeb17d72fbbf974
/
net
/
core
af7d6cc
net: ipv4: update fnhe_pmtu when first hop's MTU changes
by Sabrina Dubroca
· 6 years ago
52b5d6f
net: make skb_partial_csum_set() more robust against overflows
by Eric Dumazet
· 6 years ago
bde74ad1
devlink: Add helper function for safely copy string param
by Moshe Shemesh
· 6 years ago
1276534
devlink: Fix param cmode driverinit for string type
by Moshe Shemesh
· 6 years ago
f355cfc
devlink: Fix param set handling for string type
by Moshe Shemesh
· 6 years ago
bd961c9
rtnetlink: fix rtnl_fdb_dump() for ndmsg header
by Mauricio Faria de Oliveira
· 6 years ago
0e1d6ec
rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096
by Eric Dumazet
· 6 years ago
6fe9487
bond: take rcu lock in netpoll_send_skb_on_dev
by Dave Jones
· 6 years ago
893626d6
rtnetlink: Fail dump if target netnsid is invalid
by David Ahern
· 6 years ago
c24498c
netpoll: do not test NAPI_STATE_SCHED in poll_one_napi()
by Eric Dumazet
· 6 years ago
6194114
net: core: add member wol_enabled to struct net_device
by Heiner Kallweit
· 6 years ago
ac3d9dd
netpoll: make ndo_poll_controller() optional
by Eric Dumazet
· 6 years ago
474ff26
net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMIN
by Maciej Żenczykowski
· 6 years ago
83fe9a9
devlink: double free in devlink_resource_fill()
by Dan Carpenter
· 6 years ago
0376d5d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
f0e0d04
neighbour: confirm neigh entries when ARP packet is received
by Vasily Khoruzhick
· 6 years ago
56a49d7
net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags
by Roopa Prabhu
· 6 years ago
4c3d795
bpf: use __GFP_COMP while allocating page
by Tushar Dave
· 6 years ago
5cf4a85
tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY
by Vincent Whitchurch
· 6 years ago
2861952
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
9db39f4
bpf: Fix bpf_msg_pull_data()
by Tushar Dave
· 6 years ago
13ba17b
notifier: Remove notifier header file wherever not used
by Mukesh Ojha
· 6 years ago
f707ef6
net: rtnl: return early from rtnl_unregister_all when protocol isn't registered
by Sabrina Dubroca
· 6 years ago
a8cf76a
bpf: fix sg shift repair start offset in bpf_msg_pull_data
by Daniel Borkmann
· 6 years ago
2e43f95
bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_data
by Daniel Borkmann
· 6 years ago
0e06b22
bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_data
by Daniel Borkmann
· 6 years ago
5b24109
bpf: fix several offset tests in bpf_msg_pull_data
by Daniel Borkmann
· 6 years ago
3f6e138
bpf: fix build error with clang
by Stefan Agner
· 6 years ago
aba16dc
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
by Linus Torvalds
· 6 years ago
6e77cc4
Convert net_namespace to new IDA API
by Matthew Wilcox
· 6 years ago
2ad0d52
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
f6069b9
bpf: fix redirect to map under tail calls
by Daniel Borkmann
· 6 years ago
0a3173a
Merge branch 'linus/master' into rdma.git for-next
by Jason Gunthorpe
· 6 years ago
21b172e
net/xdp: Fix suspicious RCU usage warning
by Tariq Toukan
· 6 years ago
89982f7
Merge tag 'v4.18' into rdma.git for-next
by Jason Gunthorpe
· 6 years ago
4597b62
net: filter: mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
66b51b0
net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
by Jeremy Cline
· 6 years ago
c1617fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
7723628
bpf: Introduce bpf_skb_ancestor_cgroup_id helper
by Andrey Ignatov
· 6 years ago
51a9f5a
net: core: protect rate estimator statistics pointer with lock
by Vlad Buslov
· 6 years ago
8217ca6
bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection
by Martin KaFai Lau
· 6 years ago
2dbb9b9
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
by Martin KaFai Lau
· 6 years ago
5dc4c4b
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
by Martin KaFai Lau
· 6 years ago
736b460
net: Add ID (if needed) to sock_reuseport and expose reuseport_lock
by Martin KaFai Lau
· 6 years ago
40a1227
tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket
by Martin KaFai Lau
· 6 years ago
2539650
xdp: Helpers for disabling napi_direct of xdp_return_frame
by Toshiaki Makita
· 6 years ago
0b19cc0
bpf: Make redirect_info accessible from modules
by Toshiaki Makita
· 6 years ago
b0768a8
net: Export skb_headers_offset_update
by Toshiaki Makita
· 6 years ago
eb91e4d
Revert "xdp: add NULL pointer check in __xdp_return()"
by Björn Töpel
· 6 years ago
4d99f66
net: allow to call netif_reset_xps_queues() under cpus_read_lock
by Andrei Vagin
· 6 years ago
92e2c40
flow_dissector: allow dissection of tunnel options from metadata
by Simon Horman
· 6 years ago
1ba9828
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
9dae349
net: avoid unnecessary sock_flag() check when enable timestamp
by Yafang Shao
· 6 years ago
a6bcfc8
net: check extack._msg before print
by Li RongQing
· 6 years ago
385114d
net: modify skb_rbtree_purge to return the truesize of all purged skbs.
by Peter Oskolkov
· 6 years ago
074fb880
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 6 years ago
07d53ae
net: Remove some unneeded semicolon
by zhong jiang
· 6 years ago
af308b9
netfilter: nf_tables: add tunnel support
by Pablo Neira Ayuso
· 6 years ago
cd33943
bpf: introduce the bpf_get_local_storage() helper function
by Roman Gushchin
· 6 years ago
6b431d5
net/socket: remove duplicated init code
by Matthieu Baerts
· 6 years ago
89b1698
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
9aba2f8
net: Fix coding style in skb_push()
by Ganesh Goudar
· 6 years ago
d692f11
bpf: Support bpf_get_socket_cookie in more prog types
by Andrey Ignatov
· 6 years ago
1f82161
lwt_bpf: remove unnecessary rcu_read_lock in run_lwt_bpf
by Taehee Yoo
· 6 years ago
486cdf2
bpf: add End.DT6 action to bpf_lwt_seg6_action helper
by Mathieu Xhonneux
· 6 years ago
778c4d5
fib_rules: NULL check before kfree is not needed
by YueHaibing
· 6 years ago
cd11b164
net/tc: introduce TC_ACT_REINSERT.
by Paolo Abeni
· 6 years ago
dd979b4
net: simplify sock_poll_wait
by Christoph Hellwig
· 6 years ago
7a4c53b
net: report invalid mtu value via netlink extack
by Stephen Hemminger
· 6 years ago
3e7a50c
net: report min and max mtu network device settings
by Stephen Hemminger
· 6 years ago
958b4cd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
71eb525
bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()
by Taehee Yoo
· 6 years ago
3eee1f7
bpf: fix bpf_skb_load_bytes_relative pkt length check
by Daniel Borkmann
· 6 years ago
7a49d3d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 6 years ago
36e0f12
xdp: add NULL pointer check in __xdp_return()
by Taehee Yoo
· 6 years ago
7effaf0
net: rollback orig value on failure of dev_qdisc_change_tx_queue_len
by Tariq Toukan
· 6 years ago
1972549
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
e446a27
net: remove blank lines at end of file
by Stephen Hemminger
· 6 years ago
8dd3020
net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsioc
by Tariq Toukan
· 6 years ago
144fe2b
sock: fix sg page frag coalescing in sk_alloc_sg
by Daniel Borkmann
· 6 years ago
5025f7f
rtnetlink: add rtnl_link_state check in rtnl_configure_link
by Roopa Prabhu
· 6 years ago
ff907a1
net: skb_segment() should not return NULL
by Eric Dumazet
· 6 years ago
fbdeaed
net: create reusable function for getting ownership info of sysfs inodes
by Tyler Hicks
· 6 years ago
b0e37c0
net-sysfs: make sure objects belong to container's owner
by Dmitry Torokhov
· 6 years ago
3033fce
net-sysfs: require net admin in the init ns for setting tx_maxrate
by Tyler Hicks
· 6 years ago
7c4ec74
net: Init backlog NAPI's gro_hash.
by David S. Miller
· 6 years ago
c4c5551
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
by David S. Miller
· 6 years ago
5544adb
flow_dissector: Dissect tos and ttl from the tunnel info
by Or Gerlitz
· 6 years ago
4905bd9
net/page_pool: Fix inconsistent lock state warning
by Tariq Toukan
· 6 years ago
f15f084
pktgen: convert safe uses of strncpy() to strcpy() to avoid string truncation warning
by Jakub Kicinski
· 6 years ago
a48d189
net: Move skb decrypted field, avoid explicity copy
by Stefano Brivio
· 6 years ago
202aabe
xdp: fix uninitialized 'err' variable
by Jakub Kicinski
· 6 years ago
ccdb517
net: Fix GRO_HASH_BUCKETS assertion.
by David S. Miller
· 6 years ago
d9f37d0
net: convert gro_count to bitmask
by Li RongQing
· 6 years ago
1413656
net: Add TLS RX offload feature
by Ilya Lesokhin
· 6 years ago
784abe2
net: Add decrypted field to skb
by Boris Pismenny
· 6 years ago
2aa4a33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
c849eb0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
e78bfb0
skbuff: Unconditionally copy pfmemalloc in __skb_clone()
by Stefano Brivio
· 6 years ago
a25717d
xdp: support simultaneous driver and hw XDP attachment
by Jakub Kicinski
· 6 years ago
Next »