Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
aefbef10e3ae6e2c6e3c54f906f10b34c73a2c66
/
net
/
packet
3a07bd6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
e8e85cc
packet: remove handling of tx_ring
by Maninder Singh
· 9 years ago
468479e
packet: avoid out of bounds read in round robin fanout
by Willem de Bruijn
· 9 years ago
59f2111
packet: free packet_rollover after synchronize_net
by Willem de Bruijn
· 9 years ago
f98f451
packet: read num_members once in packet_rcv_fanout()
by Eric Dumazet
· 9 years ago
4633c9e
net-packet: fix null pointer exception in rollover mode
by Willem de Bruijn
· 9 years ago
54d7c01
packet: fix warnings in rollover lock contention
by Willem de Bruijn
· 9 years ago
a9b6391
packet: rollover statistics
by Willem de Bruijn
· 9 years ago
3b3a5b0
packet: rollover huge flows before small flows
by Willem de Bruijn
· 9 years ago
2ccdbaa
packet: rollover lock contention avoidance
by Willem de Bruijn
· 9 years ago
9954729
packet: rollover only to socket with headroom
by Willem de Bruijn
· 9 years ago
0648ab7
packet: rollover prepare: per-socket state
by Willem de Bruijn
· 9 years ago
ad377ca
packet: rollover prepare: move code out of callsites
by Willem de Bruijn
· 9 years ago
b04096f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
11aa9c2
net: Pass kern from net_proto_family.create to sk_alloc
by Eric W. Biederman
· 9 years ago
fbf33a2
af_packet / TX_RING not fully non-blocking (w/ MSG_DONTWAIT).
by Kretschmer, Mathias
· 9 years ago
682f048
af_packet: pass checksum validation status to the user
by Alexander Drozdov
· 10 years ago
68c2e5d
af_packet: make tpacket_rcv to not set status value before run_filter
by Alexander Drozdov
· 10 years ago
0c5c9fb
net: Introduce possible_net_t
by Eric W. Biederman
· 10 years ago
3cef5c5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
82f1709
net: delete stale packet_mclist entries
by Francesco Ruggeri
· 10 years ago
71a83a6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
3bc3b96
net: add common accessor for setting dropcount on packets
by Eyal Birger
· 10 years ago
b4772ef
net: use common macro for assering skb->cb[] available size in protocol families
by Eyal Birger
· 10 years ago
2472d76
net: packet: use sockaddr_ll fields as storage for skb original length in recvmsg path
by Eyal Birger
· 10 years ago
41a50d6
af_packet: don't pass empty blocks for PACKET_V3
by Alexander Drozdov
· 10 years ago
3f34b24
af_packet: allow packets defragmentation not only for hash fanout type
by Alexander Drozdov
· 10 years ago
053c095
netlink: make nlmsg_end() and genlmsg_end() void
by Johannes Berg
· 10 years ago
3f3558b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
eee2f04
packet: make packet too small warning match condition
by Willem de Bruijn
· 10 years ago
46d2cfb
packet: bail out of packet_snd() if L2 header creation fails
by Christoph Jaeger
· 10 years ago
da413ee
packet: Fixed TPACKET V3 to signal poll when block is closed rather than every packet
by Dan Collins
· 10 years ago
70e71ca
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
c0371da
put iov_iter into msghdr
by Al Viro
· 10 years ago
dc9e515
af_packet: virtio 1.0 stubs
by Michael S. Tsirkin
· 10 years ago
60b7379
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
6e58040
af_packet: fix sparse warning
by Michael S. Tsirkin
· 10 years ago
8feb2fb
switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()
by Al Viro
· 10 years ago
7eab8d9
new helper: memcpy_to_msg()
by Al Viro
· 11 years ago
6ce8e9c
new helper: memcpy_from_msg()
by Al Viro
· 11 years ago
9c70776
packet: make packet_snd fail on len smaller than l2 header
by Willem de Bruijn
· 10 years ago
51f3d02
net: Add and use skb_copy_datagram_msg() helper.
by David S. Miller
· 10 years ago
fa2dbdc
net: Pass a "more" indication down into netdev_start_xmit() code paths.
by David S. Miller
· 10 years ago
10b3ad8
net: Do txq_trans_update() in netdev_start_xmit()
by David S. Miller
· 10 years ago
10c51b5623
net: add skb_get_tx_queue() helper
by Daniel Borkmann
· 10 years ago
4798248
net: Add ops->ndo_xmit_flush()
by David S. Miller
· 10 years ago
dc80811
packet: handle too big packets for PACKET_V3
by Eric Dumazet
· 10 years ago
68a360e
packet: remove deprecated syststamp timestamp
by Willem de Bruijn
· 10 years ago
fe8c0f4
packet: remove unnecessary break after return
by Fabian Frederick
· 10 years ago
90f62cf
net: Use netlink_ns_capable to verify the permisions of netlink messages
by Eric W. Biederman
· 11 years ago
a53b72c
net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dump
by Eric W. Biederman
· 11 years ago
78541c1
net: Fix ns_capable check in sock_diag_put_filterinfo
by Andrew Lutomirski
· 11 years ago
676d236
net: Fix use after free by removing length arg from sk_data_ready callbacks.
by David S. Miller
· 11 years ago
8e2f1a6
packet: fix packet_direct_xmit for BQL enabled drivers
by Daniel Borkmann
· 11 years ago
0f97ede
packet: report tx_dropped in packet_direct_xmit
by Daniel Borkmann
· 11 years ago
4327950
packet: respect devices with LLTX flag in direct xmit
by Daniel Borkmann
· 11 years ago
61b905d
net: Rename skb->rxhash to skb->hash
by Tom Herbert
· 11 years ago
52f1454
packet: allow to transmit +4 byte in TX_RING slot for VLAN case
by Daniel Borkmann
· 11 years ago
d7cf0c3
af_packet: remove a stray tab in packet_set_ring()
by Dan Carpenter
· 11 years ago
0fd5d57
packet: check for ndo_select_queue during queue selection
by Daniel Borkmann
· 11 years ago
2d36097
af_packet: Add Queue mapping mode to af_packet fanout operation
by Neil Horman
· 11 years ago
89770b0
net: introduce reciprocal_scale helper and convert users
by Daniel Borkmann
· 11 years ago
f337db6
random32: add prandom_u32_max and convert open coded users
by Daniel Borkmann
· 11 years ago
f0d4eb2
packet: fix a couple of cppcheck warnings
by Daniel Borkmann
· 11 years ago
342dfc3
net: add build-time checks for msg->msg_name size
by Steffen Hurrle
· 11 years ago
b013840
packet: use percpu mmap tx frame pending refcount
by Daniel Borkmann
· 11 years ago
87a2fd2
packet: don't unconditionally schedule() in case of MSG_DONTWAIT
by Daniel Borkmann
· 11 years ago
902fefb
packet: improve socket create/bind latency in some cases
by Daniel Borkmann
· 11 years ago
d4dd8ae
packet: fix "foo * bar" and "(foo*)" problems
by Weilong Chen
· 11 years ago
a0cdfcf
packet: deliver VLAN TPID to userspace
by Atzm Watanabe
· 11 years ago
e4d26f4
packet: fill the gap of TPACKET_ALIGNMENT with zeros
by Atzm Watanabe
· 11 years ago
5184635
packet: make aligned size of struct tpacket{2,3}_hdr clear
by Atzm Watanabe
· 11 years ago
3958afa1b
net: Change skb_get_rxhash to skb_get_hash
by Tom Herbert
· 11 years ago
1cbac01
packet: fix using smp_processor_id() in preemptible code
by Li Zhong
· 11 years ago
d346a3f
packet: introduce PACKET_QDISC_BYPASS socket option
by Daniel Borkmann
· 11 years ago
34f9f43
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
66e56cd
packet: fix send path when running with proto == 0
by Daniel Borkmann
· 11 years ago
22781a5
packet: use macro GET_PBDQC_FROM_RB to simplify the codes
by Duan Jiong
· 11 years ago
ec6f809
af_packet: block BH in prb_shutdown_retire_blk_timer()
by Veaceslav Falico
· 11 years ago
e40526c
packet: fix use after free race in send path when dev is released
by Daniel Borkmann
· 11 years ago
f3d3342
net: rework recvmsg handler msg_name and msg_namelen logic
by Hannes Frederic Sowa
· 11 years ago
f55d112e
net: packet: use reciprocal_divide in fanout_demux_hash
by Daniel Borkmann
· 11 years ago
5df0ddf
net: packet: add randomized fanout scheduler
by Daniel Borkmann
· 11 years ago
b05930f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
8bcdeaf
packet: restore packet statistics tp_packets to include drops
by Willem de Bruijn
· 11 years ago
28d6427
net: attempt high order allocations in sock_alloc_send_pskb()
by Eric Dumazet
· 11 years ago
09effa6
packet: Revert recent header parsing changes.
by David S. Miller
· 11 years ago
c483e02
af_packet: simplify VLAN frame check in packet_snd
by Phil Sutter
· 11 years ago
cbd89ac
af_packet: fix for sending VLAN frames via packet_mmap
by Phil Sutter
· 11 years ago
0f75b09
af_packet: when sending ethernet frames, parse header for skb->protocol
by Phil Sutter
· 11 years ago
cb820f8
net: Provide a generic socket error queue delivery method for Tx time stamps.
by Richard Cochran
· 11 years ago
d98cae64e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
2dc85bf
packet: packet_getname_spkt: make sure string is always 0-terminated
by Daniel Borkmann
· 11 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 11 years ago
8da3056
packet: tpacket_v3: do not trigger bug() on wrong header status
by Daniel Borkmann
· 12 years ago
e8d9612
sock_diag: allow to dump bpf filters
by Nicolas Dichtel
· 12 years ago
76d0eeb
packet_diag: disclose meminfo values
by Nicolas Dichtel
· 12 years ago
6264190
packet_diag: disclose uid value
by Nicolas Dichtel
· 12 years ago
Next »