aboutsummaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAge
* 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
* | net: Add generic ndo_select_queue functionsAlexander Duyck2018-07-09
* | sock: sockc cookie initializerWillem de Bruijn2018-07-06
* | net: packet: Hook into time based transmission.Richard Cochran2018-07-04
|/
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-28
* net/packet: fix use-after-freeEric Dumazet2018-06-21
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-12
* net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn2018-06-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-06
|\
| * net/packet: refine check for priv area sizeEric Dumazet2018-06-04
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-26
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-21
| |\ \
| * | | dev: packet: make packet_direct_xmit a common functionMagnus Karlsson2018-05-03
* | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-04
|\ \ \ \
| * | | | net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-26
| |/ / /
* | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-04
|\ \ \ \ | |_|_|/ |/| | |
| * | | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-16
| |/ /
* | / packet: fix reserve calculationWillem de Bruijn2018-05-24
| |/ |/|
* | packet: in packet_snd start writing at link layer allocationWillem de Bruijn2018-05-13
|/
* packet: fix bitfield update raceWillem de Bruijn2018-04-24
* net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet2018-04-16
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* net: Convert packet_net_opsKirill Tkhai2018-02-13
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-31
|\
| * net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-16
| * net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert2017-12-20
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\ \ | |/ |/|
| * net: annotate ->poll() instancesAl Viro2017-11-27