summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* packet: Fix error path in packet_initYueHaibing2019-05-091-5/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-031-12/+25
|\
| * packet: validate msg_namelen in send directlyWillem de Bruijn2019-05-011-10/+14
| * packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn2019-05-011-2/+11
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* | net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-5/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-281-1/+1
|\|
| * net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vecChristoph Paasch2019-03-201-1/+1
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-2/+1Star
* | packet: rework packet_pick_tx_queue() to use common code selectionPaolo Abeni2019-03-201-8/+7Star
|/
* af_packet: fix the tx skb protocol in raw sockets with ETH_P_ALLYoshiki Komachi2019-03-191-1/+2
* packets: Always register packet sk in the same orderMaxime Chevallier2019-03-191-1/+1
* net/packet: Remove redundant skb->protocol setMaxim Mikityanskiy2019-02-221-11/+0Star
* net/packet: Ask driver for protocol if not provided by userMaxim Mikityanskiy2019-02-221-3/+12
* net: Don't set transport offset to invalid valueMaxim Mikityanskiy2019-02-221-3/+3
* net/packet: fix 4gb buffer limit due to overflow checkKal Conley2019-02-121-1/+1
* af_packet: fix raw sockets over 6in4 tunnelNicolas Dichtel2019-01-181-1/+2
* packet: Do not leak dev refcounts on error exitJason Gunthorpe2019-01-091-2/+2
* packet: validate address length if non-zeroWillem de Bruijn2018-12-231-2/+2
* packet: validate address lengthWillem de Bruijn2018-12-211-0/+4
* net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2018-12-181-3/+3
* packet: copy user buffers before orphan or cloneWillem de Bruijn2018-11-231-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-061-4/+7
|\
| * net/packet: fix packet drop as of virtio gsoJianfeng Tan2018-10-051-4/+7
* | packet: add sockopt to ignore outgoing packetsVincent Whitchurch2018-09-061-0/+17
|/
* Revert "packet: switch kvzalloc to allocate memory"Eric Dumazet2018-09-012-13/+32
* packet: switch kvzalloc to allocate memoryLi RongQing2018-08-132-32/+13Star
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-091-4/+6
|\
| * packet: refine ring v3 block size test to hold one frameWillem de Bruijn2018-08-061-4/+6
* | net: Remove some unneeded semicolonzhong jiang2018-08-041-2/+2
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-0/+2
|\|
| * packet: reset network header if packet shorter than ll reserved spaceWillem de Bruijn2018-07-131-0/+2
* | net: allow fallback function to pass netdevAlexander Duyck2018-07-091-3/+4
* | net: Add generic ndo_select_queue functionsAlexander Duyck2018-07-091-1/+1
* | sock: sockc cookie initializerWillem de Bruijn2018-07-071-6/+3Star
* | net: packet: Hook into time based transmission.Richard Cochran2018-07-041-0/+6
|/
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-4/+5
* net/packet: fix use-after-freeEric Dumazet2018-06-221-9/+7Star
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-1/+1
* net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn2018-06-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-38/+6Star
|\
| * net/packet: refine check for priv area sizeEric Dumazet2018-06-041-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-271-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+3
| |\ \
| * | | dev: packet: make packet_direct_xmit a common functionMagnus Karlsson2018-05-041-37/+5Star
* | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-5/+4Star
|\ \ \ \
| * | | | net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-5/+4Star
| |/ / /
* | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-15/+2Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-15/+2Star
| |/ /
* | / packet: fix reserve calculationWillem de Bruijn2018-05-251-1/+1
| |/ |/|