aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-21net: add new control message for incoming HW-timestamped packetsMiroslav Lichvar2-1/+12
2017-05-21net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar2-0/+10
2017-05-21net: define receive timestamp filter for NTPMiroslav Lichvar1-0/+3
2017-05-19phy: Add helper function to check phy interface modeIyappan Subramanian1-2/+12
2017-05-19sk_buff.h: improve description of CHECKSUM_{COMPLETE, UNNECESSARY}Davide Caratti1-2/+5
2017-05-19net: more accurate checksumming in validate_xmit_skb()Davide Caratti2-8/+8
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti1-7/+9
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti2-24/+3
2017-05-19net: introduce skb_crc32c_csum_helpDavide Caratti2-1/+3
2017-05-19skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti1-0/+2
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-05-18qed: Utilize FW 8.20.0.0Mintz, Yuval7-125/+188
2017-05-18net: dsa: use switchdev_obj_dump_cb_t everywhereVivien Didelot1-3/+3
2017-05-18net: dsa: include switchdev.h only onceVivien Didelot1-6/+1
2017-05-18net: make struct dst_entry::dev first memberAlexey Dobriyan1-1/+1
2017-05-18net/wan/fsl_ucc_hdlc: add hdlc-bus supportHolger Brunck1-0/+5
2017-05-18fsl/qe: add bit description for SYNL register for GUMRHolger Brunck1-0/+4
2017-05-18net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan1-1/+1
2017-05-18tap: export skb_arrayJason Wang1-0/+5
2017-05-18tun: export skb_arrayJason Wang1-0/+5
2017-05-18skb_array: introduce batch dequeuingJason Wang1-0/+25
2017-05-18ptr_ring: introduce batch dequeuingJason Wang1-0/+65
2017-05-18skb_array: introduce skb_array_unconsumeJason Wang1-0/+6
2017-05-18ptr_ring: add ptr_ring_unconsumeMichael S. Tsirkin1-0/+55
2017-05-18net: x25: fix one potential use-after-free issuelinzhang1-2/+2
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet3-81/+62
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet1-2/+2
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet1-1/+1
2017-05-17tcp: introduce tcp_jiffies32Eric Dumazet1-5/+8
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko3-2/+9
2017-05-17net: sched: push tp down to action initJiri Pirko1-6/+6
2017-05-17net: sched: introduce multichain support for filtersJiri Pirko3-2/+10
2017-05-17net: sched: introduce helpers to work with filter chainsJiri Pirko1-1/+6
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko2-3/+17
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko2-3/+9
2017-05-17net: dsa: Sort DSA tagging protocol driversAndrew Lunn1-4/+4
2017-05-17net: dsa: store CPU port pointer in the treeVivien Didelot1-7/+6
2017-05-16net: phy: Remove residual magic from PHY driversAndrew Lunn1-2/+1
2017-05-16tcp: internal implementation for pacingEric Dumazet3-1/+13
2017-05-16udp: use a separate rx queue for packet receptionPaolo Abeni3-8/+6
2017-05-16net/sock: factor out dequeue/peek with offset codePaolo Abeni2-2/+9
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-5/+32
2017-05-14net/mlx5: Use underlay QPN from the root name spaceYishai Hadas1-1/+3
2017-05-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-17/+6
2017-05-12dax: prevent invalidation of mapped DAX entriesRoss Zwisler1-1/+0
2017-05-12mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko1-15/+6
2017-05-12time: delete current_fs_time()Deepa Dinamani1-1/+0
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-9/+35
2017-05-12Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds1-1/+8
2017-05-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds2-4/+26