summaryrefslogtreecommitdiff
path: root/net/packet
AgeCommit message (Expand)Author
2017-06-13net/packet: fix overflow in check for tp_reserveAndrey Konovalov
2017-06-13net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov
2017-06-13net/packet: fix overflow in check for priv area sizeAndrey Konovalov
2016-12-23packet: fix race condition in packet_set_ringPhilip Pettersson
2016-07-10packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause
2016-07-10packet: validate variable length ll headersWillem de Bruijn
2016-07-10packet: Allow packets with only a header (but no payload)Martin Blumenstingl
2015-12-14packet: fix tpacket_snd max frame lenDaniel Borkmann
2015-12-14packet: infer protocol from ethernet header if unsetDaniel Borkmann
2015-12-14packet: only allow extra vlan len on ethernet devicesDaniel Borkmann
2015-12-14packet: always probe for transport headerDaniel Borkmann
2015-12-14packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann
2015-12-09packet: race condition in packet_bindFrancesco Ruggeri
2015-09-29packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov
2015-09-29packet: missing dev_put() in packet_do_bind()Lars Westerhoff
2015-07-10packet: avoid out of bounds read in round robin fanoutWillem de Bruijn
2015-07-10packet: read num_members once in packet_rcv_fanout()Eric Dumazet
2015-05-10af_packet / TX_RING not fully non-blocking (w/ MSG_DONTWAIT).Kretschmer, Mathias
2015-03-23af_packet: pass checksum validation status to the userAlexander Drozdov
2015-03-23af_packet: make tpacket_rcv to not set status value before run_filterAlexander Drozdov
2015-03-12net: Introduce possible_net_tEric W. Biederman
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-09net: delete stale packet_mclist entriesFrancesco Ruggeri
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02net: add common accessor for setting dropcount on packetsEyal Birger
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger
2015-03-02net: packet: use sockaddr_ll fields as storage for skb original length in rec...Eyal Birger
2015-02-24af_packet: don't pass empty blocks for PACKET_V3Alexander Drozdov
2015-02-21af_packet: allow packets defragmentation not only for hash fanout typeAlexander Drozdov
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-12packet: make packet too small warning match conditionWillem de Bruijn
2015-01-11packet: bail out of packet_snd() if L2 header creation failsChristoph Jaeger
2014-12-22packet: Fixed TPACKET V3 to signal poll when block is closed rather than ever...Dan Collins
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-09put iov_iter into msghdrAl Viro
2014-12-09af_packet: virtio 1.0 stubsMichael S. Tsirkin
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-24af_packet: fix sparse warningMichael S. Tsirkin
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro
2014-11-24new helper: memcpy_to_msg()Al Viro
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-21packet: make packet_snd fail on len smaller than l2 headerWillem de Bruijn
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-09-01net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller
2014-09-01net: Do txq_trans_update() in netdev_start_xmit()David S. Miller
2014-08-29net: add skb_get_tx_queue() helperDaniel Borkmann
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller