aboutsummaryrefslogtreecommitdiff
path: root/net/packet
AgeCommit message (Expand)AuthorFilesLines
2016-02-09packet: tpacket_snd gso and checksum offloadGravatar Willem de Bruijn 1-16/+37
2016-02-09packet: parse tpacket header before skb allocGravatar Willem de Bruijn 1-46/+65
2016-02-09packet: vnet_hdr support for tpacket_rcvGravatar Willem de Bruijn 1-4/+15
2016-02-09packet: move vnet_hdr code to helper functionsGravatar Willem de Bruijn 1-113/+148
2015-11-29packet: Allow packets with only a header (but no payload)Gravatar Martin Blumenstingl 1-2/+2
2015-11-17packet: Use PAGE_ALIGNED macroGravatar Tobias Klauser 1-1/+1
2015-11-17packet: Don't check frames_per_block against negative valuesGravatar Tobias Klauser 1-2/+2
2015-11-15packet: fix tpacket_snd max frame lenGravatar Daniel Borkmann 1-4/+5
2015-11-15packet: infer protocol from ethernet header if unsetGravatar Daniel Borkmann 1-0/+11
2015-11-15packet: only allow extra vlan len on ethernet devicesGravatar Daniel Borkmann 1-35/+25
2015-11-15packet: always probe for transport headerGravatar Daniel Borkmann 1-4/+3
2015-11-15packet: do skb_probe_transport_header when we actually have dataGravatar Daniel Borkmann 1-2/+3
2015-11-05packet: race condition in packet_bindGravatar Francesco Ruggeri 1-31/+49
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragGravatar Eric W. Biederman 1-3/+3
2015-10-12packet: fix match_fanout_group()Gravatar Eric Dumazet 1-3/+3
2015-10-12packet: support per-packet fwmark for af_packet sendmsgGravatar Edward Jee 1-1/+9
2015-10-11bpf: fix cb access in socket filter programsGravatar Alexei Starovoitov 1-5/+5
2015-10-05bpf, seccomp: prepare for upcoming criu supportGravatar Daniel Borkmann 1-1/+1
2015-09-23Fix AF_PACKET ABI breakage in 4.2Gravatar David Woodhouse 1-15/+17
2015-08-17packet: add extended BPF fanout modeGravatar Willem de Bruijn 1-0/+31
2015-08-17packet: add classic BPF fanout modeGravatar Willem de Bruijn 2-2/+102
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-6/+5
2015-07-29packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer()Gravatar Tobias Klauser 1-4/+2
2015-07-29packet: tpacket_snd(): fix signed/unsigned comparisonGravatar Alexander Drozdov 1-1/+2
2015-07-27packet: missing dev_put() in packet_do_bind()Gravatar Lars Westerhoff 1-5/+3
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-17/+3
2015-06-23packet: remove handling of tx_ringGravatar Maninder Singh 1-9/+5
2015-06-21packet: avoid out of bounds read in round robin fanoutGravatar Willem de Bruijn 1-16/+2
2015-06-21packet: free packet_rollover after synchronize_netGravatar Willem de Bruijn 2-1/+3
2015-06-21packet: read num_members once in packet_rcv_fanout()Gravatar Eric Dumazet 1-1/+1
2015-05-17net-packet: fix null pointer exception in rollover modeGravatar Willem de Bruijn 1-3/+5
2015-05-14packet: fix warnings in rollover lock contentionGravatar Willem de Bruijn 1-10/+5
2015-05-13packet: rollover statisticsGravatar Willem de Bruijn 2-1/+21
2015-05-13packet: rollover huge flows before small flowsGravatar Willem de Bruijn 2-3/+24
2015-05-13packet: rollover lock contention avoidanceGravatar Willem de Bruijn 2-7/+32
2015-05-13packet: rollover only to socket with headroomGravatar Willem de Bruijn 1-17/+59
2015-05-13packet: rollover prepare: per-socket stateGravatar Willem de Bruijn 2-4/+23
2015-05-13packet: rollover prepare: move code out of callsitesGravatar Willem de Bruijn 1-9/+10
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+6
2015-05-11net: Pass kern from net_proto_family.create to sk_allocGravatar Eric W. Biederman 1-1/+1
2015-05-10af_packet / TX_RING not fully non-blocking (w/ MSG_DONTWAIT).Gravatar Kretschmer, Mathias 1-3/+6
2015-03-23af_packet: pass checksum validation status to the userGravatar Alexander Drozdov 1-0/+9
2015-03-23af_packet: make tpacket_rcv to not set status value before run_filterGravatar Alexander Drozdov 1-3/+4
2015-03-12net: Introduce possible_net_tGravatar Eric W. Biederman 1-3/+1
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-8/+14
2015-03-09net: delete stale packet_mclist entriesGravatar Francesco Ruggeri 1-8/+14
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-6/+14
2015-03-02net: Remove iocb argument from sendmsg and recvmsgGravatar Ying Xue 1-6/+5
2015-03-02net: add common accessor for setting dropcount on packetsGravatar Eyal Birger 1-1/+1
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesGravatar Eyal Birger 1-2/+1