| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-12-22 | packet: validate address length if non-zero | Willem de Bruijn | 1 | -2/+2 |
| 2018-12-21 | packet: validate address length | Willem de Bruijn | 1 | -0/+4 |
| 2018-12-17 | net: add missing SOF_TIMESTAMPING_OPT_ID support | Willem de Bruijn | 1 | -3/+3 |
| 2018-11-23 | packet: copy user buffers before orphan or clone | Willem de Bruijn | 1 | -2/+2 |
| 2018-10-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+7 |
| 2018-10-04 | net/packet: fix packet drop as of virtio gso | Jianfeng Tan | 1 | -4/+7 |
| 2018-09-05 | packet: add sockopt to ignore outgoing packets | Vincent Whitchurch | 1 | -0/+17 |
| 2018-08-31 | Revert "packet: switch kvzalloc to allocate memory" | Eric Dumazet | 2 | -13/+32 |
| 2018-08-13 | packet: switch kvzalloc to allocate memory | Li RongQing | 2 | -32/+13 |
| 2018-08-09 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+6 |
| 2018-08-06 | packet: refine ring v3 block size test to hold one frame | Willem de Bruijn | 1 | -4/+6 |
| 2018-08-04 | net: Remove some unneeded semicolon | zhong jiang | 1 | -2/+2 |
| 2018-07-20 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 1 | -0/+2 |
| 2018-07-12 | packet: reset network header if packet shorter than ll reserved space | Willem de Bruijn | 1 | -0/+2 |
| 2018-07-09 | net: allow fallback function to pass netdev | Alexander Duyck | 1 | -3/+4 |
| 2018-07-09 | net: Add generic ndo_select_queue functions | Alexander Duyck | 1 | -1/+1 |
| 2018-07-07 | sock: sockc cookie initializer | Willem de Bruijn | 1 | -6/+3 |
| 2018-07-04 | net: packet: Hook into time based transmission. | Richard Cochran | 1 | -0/+6 |
| 2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -4/+5 |
| 2018-06-22 | net/packet: fix use-after-free | Eric Dumazet | 1 | -9/+7 |
| 2018-06-12 | treewide: Use array_size() in vzalloc() | Kees Cook | 1 | -1/+1 |
| 2018-06-07 | net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan | Willem de Bruijn | 1 | -2/+2 |
| 2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -38/+6 |
| 2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -5/+4 |
| 2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -15/+2 |
| 2018-06-04 | net/packet: refine check for priv area size | Eric Dumazet | 1 | -1/+1 |
| 2018-05-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2018-05-26 | net: convert datagram_poll users tp ->poll_mask | Christoph Hellwig | 1 | -5/+4 |
| 2018-05-24 | packet: fix reserve calculation | Willem de Bruijn | 1 | -1/+1 |
| 2018-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
| 2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 1 | -15/+2 |
| 2018-05-13 | packet: in packet_snd start writing at link layer allocation | Willem de Bruijn | 1 | -1/+3 |
| 2018-05-03 | dev: packet: make packet_direct_xmit a common function | Magnus Karlsson | 1 | -37/+5 |
| 2018-04-24 | packet: fix bitfield update race | Willem de Bruijn | 2 | -21/+49 |
| 2018-04-16 | net: af_packet: fix race in PACKET_{R|T}X_RING | Eric Dumazet | 1 | -9/+14 |
| 2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
| 2018-02-13 | net: Convert packet_net_ops | Kirill Tkhai | 1 | -0/+1 |
| 2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -6/+4 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -2/+2 |
| 2018-01-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+2 |
| 2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
| 2018-01-16 | net: delete /proc THIS_MODULE references | Alexey Dobriyan | 1 | -1/+0 |
| 2017-12-20 | net: Add asynchronous callbacks for xfrm on layer 2. | Steffen Klassert | 1 | -1/+2 |
| 2017-11-28 | net/packet: fix a race in packet_bind() and packet_notifier() | Eric Dumazet | 1 | -0/+5 |
| 2017-11-28 | packet: fix crash in fanout_demux_rollover() | Mike Maloney | 2 | -23/+10 |
| 2017-11-27 | net: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
| 2017-11-14 | packet: exit_net cleanup check added | Vasily Averin | 1 | -0/+1 |
| 2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-25 | net: af_packet: Convert timers to use timer_setup() | Kees Cook | 1 | -15/+7 |
| 2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -8/+16 |
| 2017-10-21 | packet: avoid panic in packet_getsockopt() | Eric Dumazet | 1 | -8/+16 |
| 2017-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+8 |
| 2017-09-28 | packet: only test po->has_vnet_hdr once in packet_snd | Willem de Bruijn | 1 | -1/+3 |
| 2017-09-28 | packet: in packet_do_bind, test fanout with bind_lock held | Willem de Bruijn | 1 | -3/+5 |
| 2017-09-25 | net: af_packet: use setup_timer() helper. | Allen Pais | 1 | -3/+1 |
| 2017-09-20 | packet: hold bind lock when rebinding to fanout hook | Willem de Bruijn | 1 | -5/+11 |
| 2017-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+9 |
| 2017-08-29 | packet: Don't write vnet header beyond end of buffer | Benjamin Poirier | 1 | -3/+9 |
| 2017-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+9 |
| 2017-08-10 | packet: fix tp_reserve race in packet_set_ring | Willem de Bruijn | 1 | -4/+9 |
| 2017-08-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2017-07-24 | packet: fix use-after-free in prb_retire_rx_blk_timer_expired() | WANG Cong | 1 | -1/+1 |
| 2017-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+2 |
| 2017-07-19 | net/packet: remove unused PGV_FROM_VMALLOC definition. | Rosen, Rami | 1 | -2/+0 |
| 2017-07-14 | net/packet: Fix Tx queue selection for AF_PACKET | Iván Briano | 1 | -4/+2 |
| 2017-07-01 | net: convert packet_fanout.sk_ref from atomic_t to refcount_t | Reshetova, Elena | 2 | -5/+7 |
| 2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
| 2017-07-01 | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |
| 2017-06-10 | net/packet: remove unneeded declaraion of tpacket_snd(). | Rosen, Rami | 1 | -1/+0 |
| 2017-05-25 | net/packet: remove unused parameter in prb_curr_blk_in_use(). | Rosen, Rami | 1 | -6/+4 |
| 2017-05-15 | net/packet: fix missing net_device reference release | Douglas Caetano dos Santos | 1 | -7/+7 |
| 2017-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
| 2017-04-25 | net/packet: check length in getsockopt() called with PACKET_HDRLEN | Alexander Potapenko | 1 | -0/+2 |
| 2017-04-24 | packet: add PACKET_FANOUT_FLAG_UNIQUEID to assign new fanout group id. | Mike Maloney | 1 | -0/+44 |
| 2017-03-30 | net/packet: fix overflow in check for tp_reserve | Andrey Konovalov | 1 | -0/+2 |
| 2017-03-30 | net/packet: fix overflow in check for tp_frame_nr | Andrey Konovalov | 1 | -0/+2 |
| 2017-03-30 | net/packet: fix overflow in check for priv area size | Andrey Konovalov | 1 | -2/+2 |
| 2017-03-01 | net: don't call strlen() on the user buffer in packet_bind_spkt() | Alexander Potapenko | 1 | -2/+6 |
| 2017-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -9/+22 |
| 2017-02-17 | packet: Do not call fanout_release from atomic contexts | Anoob Soman | 1 | -9/+22 |
| 2017-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -25/+30 |
| 2017-02-14 | packet: fix races in fanout_add() | Eric Dumazet | 1 | -25/+30 |
| 2017-02-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+4 |
| 2017-02-08 | packet: round up linear to header len | Willem de Bruijn | 1 | -3/+4 |
| 2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2017-01-20 | virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receiving | Jason Wang | 1 | -2/+2 |
| 2017-01-10 | packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3 | Sowmini Varadhan | 1 | -2/+1 |
| 2017-01-04 | packet: fix panic in __packet_set_timestamp on tpacket_v3 in tx mode | Daniel Borkmann | 1 | -0/+3 |
| 2017-01-03 | af_packet: TX_RING support for TPACKET_V3 | Sowmini Varadhan | 1 | -9/+30 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+1 |
| 2016-12-05 | [iov_iter] new primitives - copy_from_iter_full() and friends | Al Viro | 1 | -4/+1 |
| 2016-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+12 |
| 2016-12-02 | packet: fix race condition in packet_set_ring | Philip Pettersson | 1 | -6/+12 |
| 2016-11-19 | af_packet: Use virtio_net_hdr_from_skb() directly. | Jarno Rajahalme | 1 | -12/+4 |
| 2016-11-19 | af_packet: Use virtio_net_hdr_to_skb(). | Jarno Rajahalme | 1 | -48/+3 |
| 2016-11-19 | virtio_net: Do not clear memory for struct virtio_net_hdr twice. | Jarno Rajahalme | 1 | -2/+0 |
| 2016-10-29 | packet: on direct_xmit, limit tso and csum to supported devices | Willem de Bruijn | 1 | -5/+4 |
| 2016-10-06 | packet: call fanout_release, while UNREGISTERING a netdev | Anoob Soman | 1 | -0/+1 |
| 2016-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+4 |
| 2016-07-22 | packet: propagate sock_cmsg_send() error | Soheil Hassas Yeganeh | 1 | -3/+1 |
| 2016-07-19 | packet: fix second argument of sock_tx_timestamp() | Yoshihiro Shimoda | 1 | -3/+3 |
| 2016-07-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2016-07-01 | packet: Use symmetric hash for PACKET_FANOUT_HASH. | David S. Miller | 1 | -1/+1 |
| 2016-07-01 | bpf: refactor bpf_prog_get and type check into helper | Daniel Borkmann | 1 | -5/+1 |
| 2016-06-10 | packet: use common code for virtio_net_hdr and skb GSO conversion | Mike Rapoport | 1 | -34/+2 |
| 2016-06-09 | packet: compat support for sock_fprog | Willem de Bruijn | 1 | -0/+25 |
| 2016-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2016-04-14 | packet: uses kfree_skb() for errors. | Weongyo Jeong | 1 | -2/+12 |
| 2016-04-14 | packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface | Mathias Krause | 1 | -0/+1 |
| 2016-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2016-04-06 | af_packet: tone down the Tx-ring unsupported spew. | Dave Jones | 1 | -1/+1 |
| 2016-04-04 | sock: enable timestamping using control messages | Soheil Hassas Yeganeh | 1 | -5/+25 |
| 2016-03-09 | packet: validate variable length ll headers | Willem de Bruijn | 1 | -25/+18 |
| 2016-02-25 | net: core: use __ethtool_get_ksettings | David Decotigny | 1 | -6/+5 |
| 2016-02-09 | packet: tpacket_snd gso and checksum offload | Willem de Bruijn | 1 | -16/+37 |
| 2016-02-09 | packet: parse tpacket header before skb alloc | Willem de Bruijn | 1 | -46/+65 |
| 2016-02-09 | packet: vnet_hdr support for tpacket_rcv | Willem de Bruijn | 1 | -4/+15 |
| 2016-02-09 | packet: move vnet_hdr code to helper functions | Willem de Bruijn | 1 | -113/+148 |
| 2015-11-29 | packet: Allow packets with only a header (but no payload) | Martin Blumenstingl | 1 | -2/+2 |
| 2015-11-17 | packet: Use PAGE_ALIGNED macro | Tobias Klauser | 1 | -1/+1 |
| 2015-11-17 | packet: Don't check frames_per_block against negative values | Tobias Klauser | 1 | -2/+2 |
| 2015-11-15 | packet: fix tpacket_snd max frame len | Daniel Borkmann | 1 | -4/+5 |
| 2015-11-15 | packet: infer protocol from ethernet header if unset | Daniel Borkmann | 1 | -0/+11 |
| 2015-11-15 | packet: only allow extra vlan len on ethernet devices | Daniel Borkmann | 1 | -35/+25 |
| 2015-11-15 | packet: always probe for transport header | Daniel Borkmann | 1 | -4/+3 |
| 2015-11-15 | packet: do skb_probe_transport_header when we actually have data | Daniel Borkmann | 1 | -2/+3 |
| 2015-11-05 | packet: race condition in packet_bind | Francesco Ruggeri | 1 | -31/+49 |
| 2015-10-12 | ipv4: Pass struct net into ip_defrag and ip_check_defrag | Eric W. Biederman | 1 | -3/+3 |
| 2015-10-12 | packet: fix match_fanout_group() | Eric Dumazet | 1 | -3/+3 |
| 2015-10-12 | packet: support per-packet fwmark for af_packet sendmsg | Edward Jee | 1 | -1/+9 |
| 2015-10-11 | bpf: fix cb access in socket filter programs | Alexei Starovoitov | 1 | -5/+5 |
| 2015-10-05 | bpf, seccomp: prepare for upcoming criu support | Daniel Borkmann | 1 | -1/+1 |
| 2015-09-23 | Fix AF_PACKET ABI breakage in 4.2 | David Woodhouse | 1 | -15/+17 |
| 2015-08-17 | packet: add extended BPF fanout mode | Willem de Bruijn | 1 | -0/+31 |
| 2015-08-17 | packet: add classic BPF fanout mode | Willem de Bruijn | 2 | -2/+102 |
| 2015-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+5 |
| 2015-07-29 | packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer() | Tobias Klauser | 1 | -4/+2 |
| 2015-07-29 | packet: tpacket_snd(): fix signed/unsigned comparison | Alexander Drozdov | 1 | -1/+2 |
| 2015-07-27 | packet: missing dev_put() in packet_do_bind() | Lars Westerhoff | 1 | -5/+3 |
| 2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -17/+3 |
| 2015-06-23 | packet: remove handling of tx_ring | Maninder Singh | 1 | -9/+5 |
| 2015-06-21 | packet: avoid out of bounds read in round robin fanout | Willem de Bruijn | 1 | -16/+2 |
| 2015-06-21 | packet: free packet_rollover after synchronize_net | Willem de Bruijn | 2 | -1/+3 |
| 2015-06-21 | packet: read num_members once in packet_rcv_fanout() | Eric Dumazet | 1 | -1/+1 |
| 2015-05-17 | net-packet: fix null pointer exception in rollover mode | Willem de Bruijn | 1 | -3/+5 |
| 2015-05-14 | packet: fix warnings in rollover lock contention | Willem de Bruijn | 1 | -10/+5 |
| 2015-05-13 | packet: rollover statistics | Willem de Bruijn | 2 | -1/+21 |
| 2015-05-13 | packet: rollover huge flows before small flows | Willem de Bruijn | 2 | -3/+24 |
| 2015-05-13 | packet: rollover lock contention avoidance | Willem de Bruijn | 2 | -7/+32 |
| 2015-05-13 | packet: rollover only to socket with headroom | Willem de Bruijn | 1 | -17/+59 |
| 2015-05-13 | packet: rollover prepare: per-socket state | Willem de Bruijn | 2 | -4/+23 |
| 2015-05-13 | packet: rollover prepare: move code out of callsites | Willem de Bruijn | 1 | -9/+10 |
| 2015-05-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+6 |
| 2015-05-11 | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman | 1 | -1/+1 |
| 2015-05-10 | af_packet / TX_RING not fully non-blocking (w/ MSG_DONTWAIT). | Kretschmer, Mathias | 1 | -3/+6 |
| 2015-03-23 | af_packet: pass checksum validation status to the user | Alexander Drozdov | 1 | -0/+9 |
| 2015-03-23 | af_packet: make tpacket_rcv to not set status value before run_filter | Alexander Drozdov | 1 | -3/+4 |
| 2015-03-12 | net: Introduce possible_net_t | Eric W. Biederman | 1 | -3/+1 |
| 2015-03-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -8/+14 |
| 2015-03-09 | net: delete stale packet_mclist entries | Francesco Ruggeri | 1 | -8/+14 |
| 2015-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+14 |
| 2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 1 | -6/+5 |
| 2015-03-02 | net: add common accessor for setting dropcount on packets | Eyal Birger | 1 | -1/+1 |
| 2015-03-02 | net: use common macro for assering skb->cb[] available size in protocol families | Eyal Birger | 1 | -2/+1 |
| 2015-03-02 | net: packet: use sockaddr_ll fields as storage for skb original length in rec... | Eyal Birger | 1 | -6/+24 |
| 2015-02-24 | af_packet: don't pass empty blocks for PACKET_V3 | Alexander Drozdov | 1 | -1/+9 |
| 2015-02-21 | af_packet: allow packets defragmentation not only for hash fanout type | Alexander Drozdov | 1 | -5/+5 |
| 2015-01-18 | netlink: make nlmsg_end() and genlmsg_end() void | Johannes Berg | 1 | -1/+2 |
| 2015-01-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2015-01-13 | net: rename vlan_tx_* helpers since "tx" is misleading there | Jiri Pirko | 1 | -6/+6 |
| 2015-01-12 | packet: make packet too small warning match condition | Willem de Bruijn | 1 | -1/+1 |
| 2015-01-11 | packet: bail out of packet_snd() if L2 header creation fails | Christoph Jaeger | 1 | -1/+1 |
| 2014-12-22 | packet: Fixed TPACKET V3 to signal poll when block is closed rather than ever... | Dan Collins | 1 | -4/+7 |
| 2014-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -16/+29 |
| 2014-12-09 | put iov_iter into msghdr | Al Viro | 1 | -5/+2 |
| 2014-12-09 | af_packet: virtio 1.0 stubs | Michael S. Tsirkin | 1 | -13/+22 |
| 2014-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2014-11-24 | af_packet: fix sparse warning | Michael S. Tsirkin | 1 | -1/+1 |
| 2014-11-24 | switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter() | Al Viro | 1 | -3/+8 |
| 2014-11-24 | new helper: memcpy_to_msg() | Al Viro | 1 | -2/+1 |
| 2014-11-24 | new helper: memcpy_from_msg() | Al Viro | 1 | -3/+2 |
| 2014-11-21 | packet: make packet_snd fail on len smaller than l2 header | Willem de Bruijn | 1 | -8/+21 |
| 2014-11-05 | net: Add and use skb_copy_datagram_msg() helper. | David S. Miller | 1 | -1/+1 |
| 2014-09-01 | net: Pass a "more" indication down into netdev_start_xmit() code paths. | David S. Miller | 1 | -1/+1 |
| 2014-09-01 | net: Do txq_trans_update() in netdev_start_xmit() | David S. Miller | 1 | -5/+2 |
| 2014-08-29 | net: add skb_get_tx_queue() helper | Daniel Borkmann | 1 | -3/+1 |
| 2014-08-24 | net: Add ops->ndo_xmit_flush() | David S. Miller | 1 | -2/+1 |
| 2014-08-21 | packet: handle too big packets for PACKET_V3 | Eric Dumazet | 2 | -0/+18 |
| 2014-07-29 | packet: remove deprecated syststamp timestamp | Willem de Bruijn | 1 | -8/+4 |
| 2014-07-15 | packet: remove unnecessary break after return | Fabian Frederick | 1 | -2/+0 |
| 2014-04-24 | net: Use netlink_ns_capable to verify the permisions of netlink messages | Eric W. Biederman | 1 | -1/+1 |
| 2014-04-24 | net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dump | Eric W. Biederman | 1 | -1/+6 |
| 2014-04-22 | net: Fix ns_capable check in sock_diag_put_filterinfo | Andrew Lutomirski | 1 | -1/+1 |
| 2014-04-11 | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 1 | -3/+3 |
| 2014-04-03 | packet: fix packet_direct_xmit for BQL enabled drivers | Daniel Borkmann | 1 | -1/+1 |
| 2014-04-03 | packet: report tx_dropped in packet_direct_xmit | Daniel Borkmann | 1 | -0/+1 |
| 2014-03-28 | packet: respect devices with LLTX flag in direct xmit | Daniel Borkmann | 1 | -20/+20 |
| 2014-03-26 | net: Rename skb->rxhash to skb->hash | Tom Herbert | 1 | -2/+1 |