summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar2017-05-212-0/+10
* net: define receive timestamp filter for NTPMiroslav Lichvar2017-05-211-0/+3
* phy: Add helper function to check phy interface modeIyappan Subramanian2017-05-191-2/+12
* sk_buff.h: improve description of CHECKSUM_{COMPLETE, UNNECESSARY}Davide Caratti2017-05-191-2/+5
* net: more accurate checksumming in validate_xmit_skb()Davide Caratti2017-05-192-8/+8
* net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti2017-05-191-7/+9
* sk_buff: remove support for csum_bad in sk_buffDavide Caratti2017-05-192-24/+3
* net: introduce skb_crc32c_csum_helpDavide Caratti2017-05-192-1/+3
* skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti2017-05-191-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-181-2/+2
|\
| * net: x25: fix one potential use-after-free issuelinzhang2017-05-181-2/+2
* | qed: Utilize FW 8.20.0.0Mintz, Yuval2017-05-187-125/+188
* | net: dsa: use switchdev_obj_dump_cb_t everywhereVivien Didelot2017-05-181-3/+3
* | net: dsa: include switchdev.h only onceVivien Didelot2017-05-181-6/+1
* | net: make struct dst_entry::dev first memberAlexey Dobriyan2017-05-181-1/+1
* | net/wan/fsl_ucc_hdlc: add hdlc-bus supportHolger Brunck2017-05-181-0/+5
* | fsl/qe: add bit description for SYNL register for GUMRHolger Brunck2017-05-181-0/+4
* | net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan2017-05-181-1/+1
* | tap: export skb_arrayJason Wang2017-05-181-0/+5
* | tun: export skb_arrayJason Wang2017-05-181-0/+5
* | skb_array: introduce batch dequeuingJason Wang2017-05-181-0/+25
* | ptr_ring: introduce batch dequeuingJason Wang2017-05-181-0/+65
* | skb_array: introduce skb_array_unconsumeJason Wang2017-05-181-0/+6
* | ptr_ring: add ptr_ring_unconsumeMichael S. Tsirkin2017-05-181-0/+55
* | tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-173-81/+62
* | tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet2017-05-171-2/+2
* | tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet2017-05-171-1/+1
* | tcp: introduce tcp_jiffies32Eric Dumazet2017-05-171-5/+8
* | net: sched: add termination action to allow goto chainJiri Pirko2017-05-173-2/+9
* | net: sched: push tp down to action initJiri Pirko2017-05-171-6/+6
* | net: sched: introduce multichain support for filtersJiri Pirko2017-05-173-2/+10
* | net: sched: introduce helpers to work with filter chainsJiri Pirko2017-05-171-1/+6
* | net: sched: introduce tcf block infractructureJiri Pirko2017-05-172-3/+17
* | net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-172-3/+9
* | net: dsa: Sort DSA tagging protocol driversAndrew Lunn2017-05-171-4/+4
* | net: dsa: store CPU port pointer in the treeVivien Didelot2017-05-171-7/+6
* | net: phy: Remove residual magic from PHY driversAndrew Lunn2017-05-161-2/+1
* | tcp: internal implementation for pacingEric Dumazet2017-05-163-1/+13
* | udp: use a separate rx queue for packet receptionPaolo Abeni2017-05-163-8/+6
* | net/sock: factor out dequeue/peek with offset codePaolo Abeni2017-05-162-2/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-155-5/+32
|\
| * net/mlx5: Use underlay QPN from the root name spaceYishai Hadas2017-05-141-1/+3
| * xdp: refine xdp api with regards to generic xdpDaniel Borkmann2017-05-112-2/+13
| * xdp: add flag to enforce driver modeDaniel Borkmann2017-05-111-2/+4
| * bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller2017-05-112-0/+9
| * bpf: Track alignment of register values in the verifier.David S. Miller2017-05-111-0/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-133-17/+6
|\ \
| * | dax: prevent invalidation of mapped DAX entriesRoss Zwisler2017-05-121-1/+0
| * | mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko2017-05-121-15/+6
| * | time: delete current_fs_time()Deepa Dinamani2017-05-121-1/+0