summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* 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-041-4/+7
* | packet: add sockopt to ignore outgoing packetsVincent Whitchurch2018-09-051-0/+17
|/
* Revert "packet: switch kvzalloc to allocate memory"Eric Dumazet2018-08-312-13/+32
* packet: switch kvzalloc to allocate memoryLi RongQing2018-08-132-32/+13
* 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-201-0/+2
|\|
| * packet: reset network header if packet shorter than ll reserved spaceWillem de Bruijn2018-07-121-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/+3
* | 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/+7
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-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-061-38/+6
|\
| * 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-261-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-031-37/+5
* | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-5/+4
|\ \ \ \
| * | | | net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-5/+4
| |/ / /
* | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-15/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-15/+2
| |/ /
* | / packet: fix reserve calculationWillem de Bruijn2018-05-241-1/+1
| |/ |/|
* | packet: in packet_snd start writing at link layer allocationWillem de Bruijn2018-05-131-1/+3
|/
* packet: fix bitfield update raceWillem de Bruijn2018-04-242-21/+49
* net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet2018-04-161-9/+14
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Convert packet_net_opsKirill Tkhai2018-02-131-0/+1
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-6/+4
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-2/+2
|\
| * net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0
| * net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert2017-12-201-1/+2
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\ \ | |/ |/|
| * net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet2017-11-281-0/+5
* | packet: fix crash in fanout_demux_rollover()Mike Maloney2017-11-282-23/+10
|/
* packet: exit_net cleanup check addedVasily Averin2017-11-141-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | net: af_packet: Convert timers to use timer_setup()Kees Cook2017-10-251-15/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-8/+16
|\|
| * packet: avoid panic in packet_getsockopt()Eric Dumazet2017-10-211-8/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-051-4/+8
|\|
| * packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn2017-09-281-1/+3