Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b84bbaf7a6c8cca24f8acf25a2c8e46913a947ba
/
net
/
packet
b84bbaf
packet: in packet_snd start writing at link layer allocation
by Willem de Bruijn
· 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
29fda25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
c800aaf
packet: fix use-after-free in prb_retire_rx_blk_timer_expired()
by WANG Cong
· 7 years ago
7a68ada
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
8410095
net/packet: remove unused PGV_FROM_VMALLOC definition.
by Rosen, Rami
· 7 years ago
ccd4eb4
net/packet: Fix Tx queue selection for AF_PACKET
by Iván Briano
· 7 years ago
fb5c2c1
net: convert packet_fanout.sk_ref from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
41c6d65
net: convert sock.sk_refcnt from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
14afee4
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
664f46a
net/packet: remove unneeded declaraion of tpacket_snd().
by Rosen, Rami
· 8 years ago
878cd3b
net/packet: remove unused parameter in prb_curr_blk_in_use().
by Rosen, Rami
· 8 years ago
d19b183
net/packet: fix missing net_device reference release
by Douglas Caetano dos Santos
· 8 years ago
b1513c3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
fd2c83b
net/packet: check length in getsockopt() called with PACKET_HDRLEN
by Alexander Potapenko
· 8 years ago
4a69a86
packet: add PACKET_FANOUT_FLAG_UNIQUEID to assign new fanout group id.
by Mike Maloney
· 8 years ago
bcc5364
net/packet: fix overflow in check for tp_reserve
by Andrey Konovalov
· 8 years ago
8f8d28e
net/packet: fix overflow in check for tp_frame_nr
by Andrey Konovalov
· 8 years ago
2b6867c
net/packet: fix overflow in check for priv area size
by Andrey Konovalov
· 8 years ago
540e289
net: don't call strlen() on the user buffer in packet_bind_spkt()
by Alexander Potapenko
· 8 years ago
f787d1d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
2bd624b
packet: Do not call fanout_release from atomic contexts
by Anoob Soman
· 8 years ago
3f64116
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
d199fab
packet: fix races in fanout_add()
by Eric Dumazet
· 8 years ago
35eeacf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
57031eb
packet: round up linear to header len
by Willem de Bruijn
· 8 years ago
4e8f2fc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
6391a44
virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receiving
by Jason Wang
· 8 years ago
a505e58
packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3
by Sowmini Varadhan
· 8 years ago
57ea884
packet: fix panic in __packet_set_timestamp on tpacket_v3 in tx mode
by Daniel Borkmann
· 8 years ago
7f953ab
af_packet: TX_RING support for TPACKET_V3
by Sowmini Varadhan
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
9a19a6d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
cbbd26b
[iov_iter] new primitives - copy_from_iter_full() and friends
by Al Viro
· 8 years ago
2745529
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
84ac726
packet: fix race condition in packet_set_ring
by Philip Pettersson
· 8 years ago
5a21388
af_packet: Use virtio_net_hdr_from_skb() directly.
by Jarno Rajahalme
· 8 years ago
db60eb5f
af_packet: Use virtio_net_hdr_to_skb().
by Jarno Rajahalme
· 8 years ago
9403cd7
virtio_net: Do not clear memory for struct virtio_net_hdr twice.
by Jarno Rajahalme
· 8 years ago
104ba78
packet: on direct_xmit, limit tso and csum to supported devices
by Willem de Bruijn
· 8 years ago
6664498
packet: call fanout_release, while UNREGISTERING a netdev
by Anoob Soman
· 8 years ago
de0ba9a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
f8e7718
packet: propagate sock_cmsg_send() error
by Soheil Hassas Yeganeh
· 8 years ago
edbe774
packet: fix second argument of sock_tx_timestamp()
by Yoshihiro Shimoda
· 8 years ago
30d0844
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 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
· 9 years ago
1276f24
packet: use common code for virtio_net_hdr and skb GSO conversion
by Mike Rapoport
· 9 years ago
719c44d
packet: compat support for sock_fprog
by Willem de Bruijn
· 9 years ago
1602f49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
da37845
packet: uses kfree_skb() for errors.
by Weongyo Jeong
· 9 years ago
309cf37
packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface
by Mathias Krause
· 9 years ago
ae95d71
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
6ae81ce
af_packet: tone down the Tx-ring unsupported spew.
by Dave Jones
· 9 years ago
c14ac94
sock: enable timestamping using control messages
by Soheil Hassas Yeganeh
· 9 years ago
9ed988c
packet: validate variable length ll headers
by Willem de Bruijn
· 9 years ago
7cad1ba
net: core: use __ethtool_get_ksettings
by David Decotigny
· 9 years ago
1d036d2
packet: tpacket_snd gso and checksum offload
by Willem de Bruijn
· 9 years ago
8d39b4a
packet: parse tpacket header before skb alloc
by Willem de Bruijn
· 9 years ago
58d19b1
packet: vnet_hdr support for tpacket_rcv
by Willem de Bruijn
· 9 years ago
16cc140
packet: move vnet_hdr code to helper functions
by Willem de Bruijn
· 9 years ago
880621c
packet: Allow packets with only a header (but no payload)
by Martin Blumenstingl
· 9 years ago
90836b6
packet: Use PAGE_ALIGNED macro
by Tobias Klauser
· 9 years ago
4194b49
packet: Don't check frames_per_block against negative values
by Tobias Klauser
· 9 years ago
5cfb4c8
packet: fix tpacket_snd max frame len
by Daniel Borkmann
· 9 years ago
c72219b
packet: infer protocol from ethernet header if unset
by Daniel Borkmann
· 9 years ago
3c70c13
packet: only allow extra vlan len on ethernet devices
by Daniel Borkmann
· 9 years ago
8fd6c80
packet: always probe for transport header
by Daniel Borkmann
· 9 years ago
efdfa2f
packet: do skb_probe_transport_header when we actually have data
by Daniel Borkmann
· 9 years ago
30f7ea1
packet: race condition in packet_bind
by Francesco Ruggeri
· 9 years ago
19bcf9f
ipv4: Pass struct net into ip_defrag and ip_check_defrag
by Eric W. Biederman
· 9 years ago
161642e
packet: fix match_fanout_group()
by Eric Dumazet
· 9 years ago
c7d39e3
packet: support per-packet fwmark for af_packet sendmsg
by Edward Jee
· 9 years ago
Next »