Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
279c15b917ec2dcc5128f6467304b1f253fd79a5
/
net
/
packet
f6d3626
packet: fix data-race in fanout_flow_is_huge()
by Eric Dumazet
· 5 years ago
772f764
af_packet: set defaule value for tmo
by Mao Wenan
· 5 years ago
895b5c9
netfilter: drop bridge nf reset from nf_reset
by Florian Westphal
· 5 years ago
32d3182
net/packet: fix race in tpacket_snd()
by Eric Dumazet
· 5 years ago
d96ff26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 5 years ago
89ed5b5
af_packet: Block execution of tasks waiting for transmit to complete in AF_PACKET
by Neil Horman
· 5 years ago
55655e3
net/packet: fix memory leak in packet_set_ring()
by Eric Dumazet
· 5 years ago
9bb6cd6
net/packet: introduce packet_rcv_try_clear_pressure() helper
by Eric Dumazet
· 5 years ago
3a2bb84
net/packet: remove locking from packet_rcv_has_room()
by Eric Dumazet
· 5 years ago
2c51c62
net/packet: implement shortcut in tpacket_rcv()
by Eric Dumazet
· 5 years ago
8e8e295
net/packet: make tp_drops atomic
by Eric Dumazet
· 5 years ago
0338a14
net/packet: constify __packet_rcv_has_room()
by Eric Dumazet
· 5 years ago
dcf70ce
net/packet: constify prb_lookup_block() and __tpacket_v3_has_room()
by Eric Dumazet
· 5 years ago
d4b5bd9
net/packet: constify packet_lookup_frame() and __tpacket_has_room()
by Eric Dumazet
· 5 years ago
96f657e
net/packet: constify __packet_get_status() argument
by Eric Dumazet
· 5 years ago
4608805
packet: remove unused variable 'status' in __packet_lookup_frame_in_block
by Mao Wenan
· 5 years ago
1e1d926
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 5 years ago
afa0925
packet: unconditionally free po->rollover
by Willem de Bruijn
· 5 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 5 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
09c434b
treewide: Add SPDX license identifier for more missed files
by Thomas Gleixner
· 6 years ago
36096f2
packet: Fix error path in packet_init
by YueHaibing
· 6 years ago
ff24e49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
486efdc
packet: validate msg_namelen in send directly
by Willem de Bruijn
· 6 years ago
b2cf86e
packet: in recvmsg msg_name return at least sizeof sockaddr_ll
by Willem de Bruijn
· 6 years ago
ae0be8d
netlink: make nla_nest_start() add NLA_F_NESTED flag
by Michal Kubecek
· 6 years ago
c7cbdbf
net: rework SIOCGSTAMP ioctl handling
by Arnd Bergmann
· 6 years ago
356d71e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
a350ecc
net: remove 'fallback' argument from dev->ndo_select_queue()
by Paolo Abeni
· 6 years ago
b71b583
packet: rework packet_pick_tx_queue() to use common code selection
by Paolo Abeni
· 6 years ago
398f013
net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vec
by Christoph Paasch
· 6 years ago
18bed89
af_packet: fix the tx skb protocol in raw sockets with ETH_P_ALL
by Yoshiki Komachi
· 6 years ago
a4dc6a4
packets: Always register packet sk in the same order
by Maxime Chevallier
· 6 years ago
6437866
net/packet: Remove redundant skb->protocol set
by Maxim Mikityanskiy
· 6 years ago
75c6577
net/packet: Ask driver for protocol if not provided by user
by Maxim Mikityanskiy
· 6 years ago
d2aa125
net: Don't set transport offset to invalid value
by Maxim Mikityanskiy
· 6 years ago
fc62814
net/packet: fix 4gb buffer limit due to overflow check
by Kal Conley
· 6 years ago
88a8121
af_packet: fix raw sockets over 6in4 tunnel
by Nicolas Dichtel
· 6 years ago
d972f3d
packet: Do not leak dev refcounts on error exit
by Jason Gunthorpe
· 6 years ago
6b8d95f
packet: validate address length if non-zero
by Willem de Bruijn
· 6 years ago
99137b7
packet: validate address length
by Willem de Bruijn
· 6 years ago
8f932f7
net: add missing SOF_TIMESTAMPING_OPT_ID support
by Willem de Bruijn
· 6 years ago
5cd8d46
packet: copy user buffers before orphan or clone
by Willem de Bruijn
· 6 years ago
72438f8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
9d2f67e
net/packet: fix packet drop as of virtio gso
by Jianfeng Tan
· 6 years ago
fa788d9
packet: add sockopt to ignore outgoing packets
by Vincent Whitchurch
· 6 years ago
3a7ad06
Revert "packet: switch kvzalloc to allocate memory"
by Eric Dumazet
· 6 years ago
71e4128
packet: switch kvzalloc to allocate memory
by Li RongQing
· 6 years ago
a736e07
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
4576cd4
packet: refine ring v3 block size test to hold one frame
by Willem de Bruijn
· 6 years ago
07d53ae
net: Remove some unneeded semicolon
by zhong jiang
· 6 years ago
c4c5551
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
by David S. Miller
· 6 years ago
993675a
packet: reset network header if packet shorter than ll reserved space
by Willem de Bruijn
· 6 years ago
8ec56fc
net: allow fallback function to pass netdev
by Alexander Duyck
· 6 years ago
a4ea8a3
net: Add generic ndo_select_queue functions
by Alexander Duyck
· 6 years ago
657a066
sock: sockc cookie initializer
by Willem de Bruijn
· 6 years ago
3d0ba8c
net: packet: Hook into time based transmission.
by Richard Cochran
· 6 years ago
a11e1d4
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
by Linus Torvalds
· 6 years ago
945d015
net/packet: fix use-after-free
by Eric Dumazet
· 6 years ago
fad953c
treewide: Use array_size() in vzalloc()
by Kees Cook
· 6 years ago
fd3a886
net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan
by Willem de Bruijn
· 6 years ago
1c8c5a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
408afb8
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
cf626b0
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
eb73190
net/packet: refine check for priv area size
by Eric Dumazet
· 6 years ago
5b79c2a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
db5051e
net: convert datagram_poll users tp ->poll_mask
by Christoph Hellwig
· 7 years ago
9aad13b
packet: fix reserve calculation
by Willem de Bruijn
· 6 years ago
6f6e434
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
c350637
proc: introduce proc_create_net{,_data}
by Christoph Hellwig
· 7 years ago
b84bbaf
packet: in packet_snd start writing at link layer allocation
by Willem de Bruijn
· 7 years ago
865b03f
dev: packet: make packet_direct_xmit a common function
by Magnus Karlsson
· 7 years ago
a6361f0
packet: fix bitfield update race
by Willem de Bruijn
· 7 years ago
5171b37
net: af_packet: fix race in PACKET_{R|T}X_RING
by Eric Dumazet
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
cb5e340
net: Convert packet_net_ops
by Kirill Tkhai
· 7 years ago
9b2c45d
net: make getname() functions return length rather than use int* parameter
by Denys Vlasenko
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
b2fe5fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
96890d6
net: delete /proc THIS_MODULE references
by Alexey Dobriyan
· 7 years ago
f53c723
net: Add asynchronous callbacks for xfrm on layer 2.
by Steffen Klassert
· 7 years ago
15fe076
net/packet: fix a race in packet_bind() and packet_notifier()
by Eric Dumazet
· 7 years ago
57f015f
packet: fix crash in fanout_demux_rollover()
by Mike Maloney
· 7 years ago
ade994f
net: annotate ->poll() instances
by Al Viro
· 7 years ago
669f8f1
packet: exit_net cleanup check added
by Vasily Averin
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
17bfd8c
net: af_packet: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
f8ddadc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
509c7a1
packet: avoid panic in packet_getsockopt()
by Eric Dumazet
· 7 years ago
53954cf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
da7c956
packet: only test po->has_vnet_hdr once in packet_snd
by Willem de Bruijn
· 7 years ago
4971613
packet: in packet_do_bind, test fanout with bind_lock held
by Willem de Bruijn
· 7 years ago
2d04cfc
net: af_packet: use setup_timer() helper.
by Allen Pais
· 7 years ago
008ba2a
packet: hold bind lock when rebinding to fanout hook
by Willem de Bruijn
· 7 years ago
6026e04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
edbd58b
packet: Don't write vnet header beyond end of buffer
by Benjamin Poirier
· 7 years ago
3b2b69e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
c27927e
packet: fix tp_reserve race in packet_set_ring
by Willem de Bruijn
· 7 years ago
Next »