summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-28
|\
| * af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman2019-06-26
| * net/packet: fix memory leak in packet_set_ring()Eric Dumazet2019-06-24
* | net/packet: introduce packet_rcv_try_clear_pressure() helperEric Dumazet2019-06-14
* | net/packet: remove locking from packet_rcv_has_room()Eric Dumazet2019-06-14
* | net/packet: implement shortcut in tpacket_rcv()Eric Dumazet2019-06-14
* | net/packet: make tp_drops atomicEric Dumazet2019-06-14
* | net/packet: constify __packet_rcv_has_room()Eric Dumazet2019-06-14
* | net/packet: constify prb_lookup_block() and __tpacket_v3_has_room()Eric Dumazet2019-06-14
* | net/packet: constify packet_lookup_frame() and __tpacket_has_room()Eric Dumazet2019-06-14
* | net/packet: constify __packet_get_status() argumentEric Dumazet2019-06-14
* | packet: remove unused variable 'status' in __packet_lookup_frame_in_blockMao Wenan2019-06-11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-07
|\
| * packet: unconditionally free po->rolloverWillem de Bruijn2019-06-02
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-21
* packet: Fix error path in packet_initYueHaibing2019-05-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-02
|\
| * packet: validate msg_namelen in send directlyWillem de Bruijn2019-05-01
| * packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn2019-05-01
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-27
* | net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-27
|\|
| * net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vecChristoph Paasch2019-03-20
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-20
* | packet: rework packet_pick_tx_queue() to use common code selectionPaolo Abeni2019-03-20
|/
* af_packet: fix the tx skb protocol in raw sockets with ETH_P_ALLYoshiki Komachi2019-03-18
* packets: Always register packet sk in the same orderMaxime Chevallier2019-03-18
* net/packet: Remove redundant skb->protocol setMaxim Mikityanskiy2019-02-22
* net/packet: Ask driver for protocol if not provided by userMaxim Mikityanskiy2019-02-22
* net: Don't set transport offset to invalid valueMaxim Mikityanskiy2019-02-22
* net/packet: fix 4gb buffer limit due to overflow checkKal Conley2019-02-12
* af_packet: fix raw sockets over 6in4 tunnelNicolas Dichtel2019-01-17
* packet: Do not leak dev refcounts on error exitJason Gunthorpe2019-01-08
* packet: validate address length if non-zeroWillem de Bruijn2018-12-22
* packet: validate address lengthWillem de Bruijn2018-12-21
* net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2018-12-18
* packet: copy user buffers before orphan or cloneWillem de Bruijn2018-11-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-06
|\
| * net/packet: fix packet drop as of virtio gsoJianfeng Tan2018-10-05
* | packet: add sockopt to ignore outgoing packetsVincent Whitchurch2018-09-06
|/
* Revert "packet: switch kvzalloc to allocate memory"Eric Dumazet2018-09-01
* packet: switch kvzalloc to allocate memoryLi RongQing2018-08-13
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-09
|\
| * packet: refine ring v3 block size test to hold one frameWillem de Bruijn2018-08-06
* | net: Remove some unneeded semicolonzhong jiang2018-08-04
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-21
|\|
| * packet: reset network header if packet shorter than ll reserved spaceWillem de Bruijn2018-07-12
* | net: allow fallback function to pass netdevAlexander Duyck2018-07-09