Age | Commit message (Expand) | Author | Files | Lines |
2025-05-27 | af_packet: move notifier's packet_dev_mc out of rcu critical section | Stanislav Fomichev | 2 | -5/+17 |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
2025-02-18 | net: initialize mark in sockcm_init | Willem de Bruijn | 1 | -5/+4 |
2025-01-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -21/+7 |
2025-01-02 | af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK | Eric Dumazet | 1 | -12/+4 |
2025-01-02 | af_packet: fix vlan_get_tci() vs MSG_PEEK | Eric Dumazet | 1 | -9/+3 |
2024-12-16 | sock: support SO_PRIORITY cmsg | Anna Emese Nyiri | 1 | -1/+1 |
2024-10-15 | af_packet: avoid erroring out after sock_init_data() in packet_create() | Ignat Korchagin | 1 | -6/+6 |
2024-10-15 | af_packet: allow fanout_add when socket is not RUNNING | Gur Stavi | 1 | -4/+5 |
2024-10-04 | net_tstamp: add SCM_TS_OPT_ID for RAW sockets | Vadim Fedorenko | 1 | -3/+3 |
2024-09-11 | net: add support for skbs with unreadable frags | Mina Almasry | 1 | -2/+2 |
2024-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+84 |
2024-07-14 | af_packet: Handle outgoing VLAN packets without hardware offloading | Chengen Du | 1 | -2/+84 |
2024-06-19 | af_packet: use sk_skb_reason_drop to free rx packets | Yan Zhai | 1 | -5/+5 |
2024-05-23 | net: Add additional bit to support clockid_t timestamp type | Abhishek Chauhan | 1 | -4/+3 |
2024-05-16 | af_packet: do not call packet_read_pending() from tpacket_destruct_skb() | Eric Dumazet | 1 | -2/+1 |
2024-04-08 | af_packet: avoid a false positive warning in packet_setsockopt() | Eric Dumazet | 1 | -12/+14 |
2024-03-18 | Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets" | Abhishek Chauhan | 1 | -3/+1 |
2024-03-18 | packet: annotate data-races around ignore_outgoing | Eric Dumazet | 1 | -2/+2 |
2024-03-11 | net/packet: Add getsockopt support for PACKET_COPY_THRESH | Juntong Deng | 2 | -3/+6 |
2024-03-05 | net: Re-use and set mono_delivery_time bit for userspace tstamp packets | Abhishek Chauhan | 1 | -1/+3 |
2024-01-23 | sock_diag: add module pointer to "struct sock_diag_handler" | Eric Dumazet | 1 | -0/+1 |
2024-01-05 | net: fill in MODULE_DESCRIPTION() for AF_PACKET | Jakub Kicinski | 1 | -0/+1 |
2023-12-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -9/+9 |
2023-12-05 | packet: add a generic drop reason for receive | Yan Zhai | 1 | -13/+7 |
2023-12-04 | packet: Move reference count in packet_sock to atomic_long_t | Daniel Borkmann | 2 | -9/+9 |
2023-11-19 | net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules | Jakub Kicinski | 1 | -0/+1 |
2023-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+6 |
2023-10-12 | af_packet: Fix fortified memcpy() without flex array. | Kuniyuki Iwashima | 1 | -1/+6 |
2023-10-06 | net/packet: Annotate struct packet_fanout with __counted_by | Kees Cook | 1 | -1/+1 |
2023-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+10 |
2023-08-04 | net/packet: annotate data-races around tp->status | Eric Dumazet | 1 | -6/+10 |
2023-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+6 |
2023-08-02 | net/packet: change packet_alloc_skb() to allow bigger paged allocations | Eric Dumazet | 1 | -1/+3 |
2023-07-29 | net: annotate data-races around sk->sk_priority | Eric Dumazet | 1 | -3/+3 |
2023-07-29 | net: annotate data-races around sk->sk_mark | Eric Dumazet | 1 | -3/+3 |
2023-07-25 | af_packet: Fix warning of fortified memcpy() in packet_getname(). | Kuniyuki Iwashima | 1 | -1/+1 |
2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -2/+0 |
2023-05-29 | af_packet: do not use READ_ONCE() in packet_bind() | Eric Dumazet | 1 | -3/+5 |
2023-05-25 | af_packet: Fix data-races of pkt_sk(sk)->num. | Kuniyuki Iwashima | 2 | -3/+3 |
2023-05-10 | net: add vlan_get_protocol_and_depth() helper | Eric Dumazet | 1 | -4/+2 |
2023-05-03 | af_packet: Don't send zero-byte data in packet_sendmsg_spkt(). | Kuniyuki Iwashima | 1 | -1/+1 |
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 |