| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-21 | net/packet: support mergeable feature of virtio | Jianfeng Tan | 3 | -40/+59 |
| 2023-03-27 | net: introduce a config option to tweak MAX_SKB_FRAGS | Eric Dumazet | 1 | -2/+2 |
| 2023-03-19 | net/packet: remove po->xmit | Eric Dumazet | 2 | -16/+10 |
| 2023-03-18 | af_packet: preserve const qualifier in pkt_sk() | Eric Dumazet | 1 | -4/+1 |
| 2023-03-17 | net/packet: convert po->pressure to an atomic flag | Eric Dumazet | 2 | -7/+9 |
| 2023-03-17 | net/packet: convert po->running to an atomic flag | Eric Dumazet | 3 | -12/+12 |
| 2023-03-17 | net/packet: convert po->has_vnet_hdr to an atomic flag | Eric Dumazet | 3 | -11/+12 |
| 2023-03-17 | net/packet: convert po->tp_loss to an atomic flag | Eric Dumazet | 3 | -6/+6 |
| 2023-03-17 | net/packet: convert po->tp_tx_has_off to an atomic flag | Eric Dumazet | 2 | -5/+5 |
| 2023-03-17 | net/packet: annotate accesses to po->tp_tstamp | Eric Dumazet | 2 | -5/+6 |
| 2023-03-17 | net/packet: convert po->auxdata to an atomic flag | Eric Dumazet | 3 | -8/+6 |
| 2023-03-17 | net/packet: convert po->origdev to an atomic flag | Eric Dumazet | 3 | -8/+26 |
| 2023-03-17 | net/packet: annotate accesses to po->xmit | Eric Dumazet | 1 | -4/+8 |
| 2023-02-15 | net: no longer support SOCK_REFCNT_DEBUG feature | Jason Xing | 1 | -4/+0 |
| 2023-02-01 | packet: add TP_STATUS_GSO_TCP for tp_status | Xin Long | 1 | -0/+4 |
| 2022-12-13 | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -5/+6 |
| 2022-12-12 | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+2 |
| 2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+2 |
| 2022-11-29 | packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETE | Willem de Bruijn | 1 | -4/+2 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -2/+2 |
| 2022-10-28 | net/packet: add PACKET_FANOUT_FLAG_IGNORE_OUTGOING | Willem de Bruijn | 1 | -0/+1 |
| 2022-10-25 | net: dev: Convert sa_data to flexible array in struct sockaddr | Kees Cook | 1 | -5/+5 |
| 2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-09-21 | net/af_packet: registration process optimization in packet_init() | Ziyang Xuan | 1 | -13/+13 |
| 2022-08-22 | packet: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -2/+2 |
| 2022-07-29 | net/af_packet: check len when min_header_len equals to 0 | Zhengchao Shao | 1 | -2/+2 |
| 2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski | 1 | -6/+6 |
| 2022-06-02 | net/af_packet: make sure to pull mac header | Eric Dumazet | 1 | -2/+4 |
| 2022-04-28 | net: SO_RCVMARK socket option for SO_MARK with recvmsg() | Erin MacNeil | 1 | -1/+1 |
| 2022-04-26 | net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSO | Hangbin Liu | 1 | -5/+13 |
| 2022-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -4/+9 |
| 2022-04-15 | net/packet: fix packet_sock xmit return value checking | Hangbin Liu | 1 | -4/+9 |
| 2022-04-06 | net: remove noblock parameter from skb_recv_datagram() | Oliver Hartkopp | 1 | -1/+1 |
| 2022-03-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+10 |
| 2022-03-14 | net/packet: fix slab-out-of-bounds access in packet_recvmsg() | Eric Dumazet | 1 | -1/+10 |
| 2022-03-03 | net: Handle delivery_time in skb->tstamp during network tapping with af_packet | Martin KaFai Lau | 1 | -1/+3 |
| 2022-02-01 | af_packet: fix data-race in packet_setsockopt / packet_setsockopt | Eric Dumazet | 1 | -2/+6 |
| 2022-01-20 | net: fix information leakage in /proc/net/ptype | Congyu Liu | 1 | -0/+2 |
| 2022-01-07 | af_packet: fix tracking issues in packet_do_bind() | Eric Dumazet | 1 | -19/+8 |
| 2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+1 |
| 2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski | 1 | -0/+1 |
| 2021-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+3 |
| 2021-12-15 | net/packet: rx_owner_map depends on pg_vec | Willem de Bruijn | 1 | -2/+3 |
| 2021-12-15 | net: add net device refcount tracker to struct packet_type | Eric Dumazet | 1 | -3/+11 |
| 2021-11-16 | net: drop nopreempt requirement on sock_prot_inuse_add() | Eric Dumazet | 1 | -4/+0 |
| 2021-10-14 | af_packet: Introduce egress hook | Pablo Neira Ayuso | 1 | -0/+35 |
| 2021-09-10 | net/packet: clarify source of pr_*() messages | Baruch Siach | 1 | -0/+2 |
| 2021-08-05 | net: Remove redundant if statements | Yajun Deng | 1 | -10/+5 |
| 2021-06-30 | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -7/+4 |
| 2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring | 1 | -2/+2 |
| 2021-06-28 | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+1 |
| 2021-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -18/+23 |
| 2021-06-16 | net/packet: annotate accesses to po->ifindex | Eric Dumazet | 1 | -7/+9 |
| 2021-06-16 | net/packet: annotate accesses to po->bind | Eric Dumazet | 1 | -8/+8 |
| 2021-06-10 | net/packet: annotate data race in packet_sendmsg() | Eric Dumazet | 1 | -3/+6 |
| 2021-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+8 |
| 2021-05-17 | net/packet: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
| 2021-05-17 | net/packet: Remove redundant assignment to ret | Jiapeng Chong | 1 | -5/+2 |
| 2021-05-12 | net: packetmmap: fix only tx timestamp on request | Richard Sanger | 1 | -2/+8 |
| 2021-04-14 | net/packet: remove data races in fanout operations | Eric Dumazet | 2 | -7/+10 |
| 2021-03-24 | net/packet: Fix a typo in af_packet.c | Wang Hai | 1 | -1/+1 |
| 2021-02-06 | net/packet: Improve the comment about LL header visibility criteria | Xie He | 1 | -2/+2 |
| 2021-01-29 | net: packet: make pkt_sk() inline | Menglong Dong | 1 | -1/+1 |
| 2020-12-18 | net: af_packet: fix procfs header for 64-bit pointers | Baruch Siach | 1 | -1/+3 |
| 2020-12-14 | net: fix proc_fs init handling in af_packet and tls | Yonatan Linik | 1 | -0/+2 |
| 2020-11-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -9/+9 |
| 2020-11-23 | net/packet: fix packet receive on L3 devices without visible hard header | Eyal Birger | 1 | -9/+9 |
| 2020-11-23 | net: don't include ethtool.h from netdevice.h | Jakub Kicinski | 1 | -0/+1 |
| 2020-11-09 | net/packet: make packet_fanout.arr size configurable up to 64K | Tanner Love | 2 | -14/+28 |
| 2020-09-19 | net/packet: Fix a comment about network_header | Xie He | 1 | -1/+1 |
| 2020-09-17 | net/packet: Fix a comment about mac_header | Xie He | 1 | -11/+12 |
| 2020-09-14 | net/packet: Fix a comment about hard_header_len and headroom allocation | Xie He | 1 | -6/+9 |
| 2020-09-06 | net/packet: Remove unused macro BLOCK_PRIV | Wang Hai | 1 | -1/+0 |
| 2020-09-04 | net/packet: fix overflow in tpacket_rcv | Or Cohen | 1 | -1/+6 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-08-13 | af_packet: TPACKET_V3: fix fill status rwlock imbalance | John Ogness | 1 | -2/+7 |
| 2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -19/+20 |
| 2020-07-24 | net: switch copy_bpf_fprog_from_user to sockptr_t | Christoph Hellwig | 1 | -2/+2 |
| 2020-07-19 | net: make ->{get,set}sockopt in proto_ops optional | Christoph Hellwig | 1 | -2/+0 |
| 2020-07-19 | net: simplify cBPF setsockopt compat handling | Christoph Hellwig | 1 | -29/+4 |
| 2020-07-16 | af_packet: TPACKET_V3: replace busy-wait loop | John Ogness | 2 | -11/+11 |
| 2020-07-01 | net/packet: remove redundant initialization of variable err | Colin Ian King | 1 | -1/+1 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -2/+2 |
| 2020-03-15 | net/packet: tpacket_rcv: avoid a producer race condition | Willem de Bruijn | 2 | -1/+25 |
| 2020-03-11 | net/packet: tpacket_rcv: do not increment ring index on drop | Willem de Bruijn | 1 | -6/+7 |
| 2020-01-29 | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li... | Linus Torvalds | 1 | -10/+17 |
| 2019-12-26 | af_packet: refactoring code for prb_calc_retire_blk_tmo | Mao Wenan | 1 | -18/+12 |
| 2019-12-18 | packet: clarify timestamp overflow | Arnd Bergmann | 1 | -10/+17 |
| 2019-12-09 | af_packet: set defaule value for tmo | Mao Wenan | 1 | -1/+2 |
| 2019-11-08 | packet: fix data-race in fanout_flow_is_huge() | Eric Dumazet | 1 | -3/+9 |
| 2019-10-01 | netfilter: drop bridge nf reset from nf_reset | Florian Westphal | 1 | -2/+2 |
| 2019-08-15 | net/packet: fix race in tpacket_snd() | Eric Dumazet | 1 | -0/+7 |
| 2019-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -4/+20 |
| 2019-06-26 | af_packet: Block execution of tasks waiting for transmit to complete in AF_PA... | Neil Horman | 2 | -3/+18 |
| 2019-06-24 | net/packet: fix memory leak in packet_set_ring() | Eric Dumazet | 1 | -1/+2 |
| 2019-06-14 | net/packet: introduce packet_rcv_try_clear_pressure() helper | Eric Dumazet | 1 | -4/+9 |
| 2019-06-14 | net/packet: remove locking from packet_rcv_has_room() | Eric Dumazet | 1 | -11/+9 |
| 2019-06-14 | net/packet: implement shortcut in tpacket_rcv() | Eric Dumazet | 1 | -0/+6 |
| 2019-06-14 | net/packet: make tp_drops atomic | Eric Dumazet | 2 | -9/+12 |
| 2019-06-14 | net/packet: constify __packet_rcv_has_room() | Eric Dumazet | 1 | -5/+8 |
| 2019-06-14 | net/packet: constify prb_lookup_block() and __tpacket_v3_has_room() | Eric Dumazet | 1 | -7/+7 |
| 2019-06-14 | net/packet: constify packet_lookup_frame() and __tpacket_has_room() | Eric Dumazet | 1 | -7/+7 |
| 2019-06-14 | net/packet: constify __packet_get_status() argument | Eric Dumazet | 1 | -1/+1 |
| 2019-06-11 | packet: remove unused variable 'status' in __packet_lookup_frame_in_block | Mao Wenan | 1 | -2/+1 |
| 2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
| 2019-06-02 | packet: unconditionally free po->rollover | Willem de Bruijn | 1 | -1/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -7/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-09 | packet: Fix error path in packet_init | YueHaibing | 1 | -5/+20 |
| 2019-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -12/+25 |
| 2019-05-01 | packet: validate msg_namelen in send directly | Willem de Bruijn | 1 | -10/+14 |
| 2019-05-01 | packet: in recvmsg msg_name return at least sizeof sockaddr_ll | Willem de Bruijn | 1 | -2/+11 |
| 2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -1/+1 |
| 2019-04-19 | net: rework SIOCGSTAMP ioctl handling | Arnd Bergmann | 1 | -5/+2 |
| 2019-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2019-03-20 | net: remove 'fallback' argument from dev->ndo_select_queue() | Paolo Abeni | 1 | -2/+1 |
| 2019-03-20 | packet: rework packet_pick_tx_queue() to use common code selection | Paolo Abeni | 1 | -8/+7 |
| 2019-03-20 | net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vec | Christoph Paasch | 1 | -1/+1 |
| 2019-03-18 | af_packet: fix the tx skb protocol in raw sockets with ETH_P_ALL | Yoshiki Komachi | 1 | -1/+2 |
| 2019-03-18 | packets: Always register packet sk in the same order | Maxime Chevallier | 1 | -1/+1 |
| 2019-02-22 | net/packet: Remove redundant skb->protocol set | Maxim Mikityanskiy | 1 | -11/+0 |
| 2019-02-22 | net/packet: Ask driver for protocol if not provided by user | Maxim Mikityanskiy | 1 | -3/+12 |
| 2019-02-22 | net: Don't set transport offset to invalid value | Maxim Mikityanskiy | 1 | -3/+3 |
| 2019-02-12 | net/packet: fix 4gb buffer limit due to overflow check | Kal Conley | 1 | -1/+1 |
| 2019-01-17 | af_packet: fix raw sockets over 6in4 tunnel | Nicolas Dichtel | 1 | -1/+2 |
| 2019-01-08 | packet: Do not leak dev refcounts on error exit | Jason Gunthorpe | 1 | -2/+2 |
| 2018-12-22 | packet: validate address length if non-zero | Willem de Bruijn | 1 | -2/+2 |
| 2018-12-21 | packet: validate address length | Willem de Bruijn | 1 | -0/+4 |
| 2018-12-17 | net: add missing SOF_TIMESTAMPING_OPT_ID support | Willem de Bruijn | 1 | -3/+3 |
| 2018-11-23 | packet: copy user buffers before orphan or clone | Willem de Bruijn | 1 | -2/+2 |
| 2018-10-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+7 |
| 2018-10-04 | net/packet: fix packet drop as of virtio gso | Jianfeng Tan | 1 | -4/+7 |
| 2018-09-05 | packet: add sockopt to ignore outgoing packets | Vincent Whitchurch | 1 | -0/+17 |
| 2018-08-31 | Revert "packet: switch kvzalloc to allocate memory" | Eric Dumazet | 2 | -13/+32 |
| 2018-08-13 | packet: switch kvzalloc to allocate memory | Li RongQing | 2 | -32/+13 |
| 2018-08-09 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+6 |
| 2018-08-06 | packet: refine ring v3 block size test to hold one frame | Willem de Bruijn | 1 | -4/+6 |
| 2018-08-04 | net: Remove some unneeded semicolon | zhong jiang | 1 | -2/+2 |
| 2018-07-20 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 1 | -0/+2 |
| 2018-07-12 | packet: reset network header if packet shorter than ll reserved space | Willem de Bruijn | 1 | -0/+2 |
| 2018-07-09 | net: allow fallback function to pass netdev | Alexander Duyck | 1 | -3/+4 |
| 2018-07-09 | net: Add generic ndo_select_queue functions | Alexander Duyck | 1 | -1/+1 |
| 2018-07-07 | sock: sockc cookie initializer | Willem de Bruijn | 1 | -6/+3 |
| 2018-07-04 | net: packet: Hook into time based transmission. | Richard Cochran | 1 | -0/+6 |
| 2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -4/+5 |
| 2018-06-22 | net/packet: fix use-after-free | Eric Dumazet | 1 | -9/+7 |
| 2018-06-12 | treewide: Use array_size() in vzalloc() | Kees Cook | 1 | -1/+1 |
| 2018-06-07 | net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan | Willem de Bruijn | 1 | -2/+2 |
| 2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -38/+6 |
| 2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -5/+4 |
| 2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -15/+2 |
| 2018-06-04 | net/packet: refine check for priv area size | Eric Dumazet | 1 | -1/+1 |
| 2018-05-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2018-05-26 | net: convert datagram_poll users tp ->poll_mask | Christoph Hellwig | 1 | -5/+4 |
| 2018-05-24 | packet: fix reserve calculation | Willem de Bruijn | 1 | -1/+1 |
| 2018-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
| 2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 1 | -15/+2 |
| 2018-05-13 | packet: in packet_snd start writing at link layer allocation | Willem de Bruijn | 1 | -1/+3 |
| 2018-05-03 | dev: packet: make packet_direct_xmit a common function | Magnus Karlsson | 1 | -37/+5 |
| 2018-04-24 | packet: fix bitfield update race | Willem de Bruijn | 2 | -21/+49 |
| 2018-04-16 | net: af_packet: fix race in PACKET_{R|T}X_RING | Eric Dumazet | 1 | -9/+14 |
| 2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
| 2018-02-13 | net: Convert packet_net_ops | Kirill Tkhai | 1 | -0/+1 |
| 2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -6/+4 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -2/+2 |
| 2018-01-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+2 |
| 2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
| 2018-01-16 | net: delete /proc THIS_MODULE references | Alexey Dobriyan | 1 | -1/+0 |
| 2017-12-20 | net: Add asynchronous callbacks for xfrm on layer 2. | Steffen Klassert | 1 | -1/+2 |
| 2017-11-28 | net/packet: fix a race in packet_bind() and packet_notifier() | Eric Dumazet | 1 | -0/+5 |
| 2017-11-28 | packet: fix crash in fanout_demux_rollover() | Mike Maloney | 2 | -23/+10 |
| 2017-11-27 | net: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
| 2017-11-14 | packet: exit_net cleanup check added | Vasily Averin | 1 | -0/+1 |
| 2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-25 | net: af_packet: Convert timers to use timer_setup() | Kees Cook | 1 | -15/+7 |
| 2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -8/+16 |
| 2017-10-21 | packet: avoid panic in packet_getsockopt() | Eric Dumazet | 1 | -8/+16 |
| 2017-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+8 |
| 2017-09-28 | packet: only test po->has_vnet_hdr once in packet_snd | Willem de Bruijn | 1 | -1/+3 |
| 2017-09-28 | packet: in packet_do_bind, test fanout with bind_lock held | Willem de Bruijn | 1 | -3/+5 |
| 2017-09-25 | net: af_packet: use setup_timer() helper. | Allen Pais | 1 | -3/+1 |
| 2017-09-20 | packet: hold bind lock when rebinding to fanout hook | Willem de Bruijn | 1 | -5/+11 |
| 2017-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+9 |
| 2017-08-29 | packet: Don't write vnet header beyond end of buffer | Benjamin Poirier | 1 | -3/+9 |
| 2017-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+9 |
| 2017-08-10 | packet: fix tp_reserve race in packet_set_ring | Willem de Bruijn | 1 | -4/+9 |
| 2017-08-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2017-07-24 | packet: fix use-after-free in prb_retire_rx_blk_timer_expired() | WANG Cong | 1 | -1/+1 |
| 2017-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+2 |
| 2017-07-19 | net/packet: remove unused PGV_FROM_VMALLOC definition. | Rosen, Rami | 1 | -2/+0 |
| 2017-07-14 | net/packet: Fix Tx queue selection for AF_PACKET | Iván Briano | 1 | -4/+2 |
| 2017-07-01 | net: convert packet_fanout.sk_ref from atomic_t to refcount_t | Reshetova, Elena | 2 | -5/+7 |
| 2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
| 2017-07-01 | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |
| 2017-06-10 | net/packet: remove unneeded declaraion of tpacket_snd(). | Rosen, Rami | 1 | -1/+0 |
| 2017-05-25 | net/packet: remove unused parameter in prb_curr_blk_in_use(). | Rosen, Rami | 1 | -6/+4 |
| 2017-05-15 | net/packet: fix missing net_device reference release | Douglas Caetano dos Santos | 1 | -7/+7 |
| 2017-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |