aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-21net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar1-0/+4
2017-05-21net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar1-0/+26
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-2/+1
2017-05-21net: define receive timestamp filter for NTPMiroslav Lichvar1-0/+2
2017-05-19net: more accurate checksumming in validate_xmit_skb()Davide Caratti1-2/+12
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti1-0/+1
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti1-3/+0
2017-05-19net: introduce skb_crc32c_csum_helpDavide Caratti1-0/+41
2017-05-19skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti1-0/+26
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-19/+34
2017-05-18net: fix __skb_try_recv_from_queue to return the old behaviorAndrey Vagin1-6/+8
2017-05-18net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan2-4/+8
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-2/+3
2017-05-17net: fix compile error in skb_orphan_partial()Eric Dumazet1-3/+0
2017-05-17neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka1-4/+10
2017-05-16tcp: internal implementation for pacingEric Dumazet1-0/+4
2017-05-16net/sock: factor out dequeue/peek with offset codePaolo Abeni1-39/+51
2017-05-16net: Improve handling of failures on link and route dumpsDavid Ahern1-12/+24
2017-05-11netem: fix skb_orphan_partial()Eric Dumazet1-12/+8
2017-05-11xdp: refine xdp api with regards to generic xdpDaniel Borkmann2-41/+54
2017-05-11xdp: add flag to enforce driver modeDaniel Borkmann2-0/+7
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-12/+19
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2-6/+8
2017-05-08net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko1-15/+9
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet1-12/+19
2017-05-04rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt1-1/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds23-467/+1735
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+7
2017-05-02xdp: fix parameter kdoc for extackJakub Kicinski1-1/+1
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2017-05-01iov_iter: don't revert iov buffer if csum errorDing Tianhong1-6/+7
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+103
2017-05-01xdp: propagate extended ack to XDP setupJakub Kicinski2-6/+12
2017-04-30lwtunnel: fix error path in lwtunnel_fill_encap()Dan Carpenter1-3/+4
2017-04-30net: Initialise init_net.count to 1David Howells1-1/+2
2017-04-30bpf: restore skb->sk before pskb_trim() callEric Dumazet1-1/+1
2017-04-28net: adjust skb->truesize in ___pskb_trim()Eric Dumazet1-0/+2
2017-04-27fib_rules: fix error return codeWei Yongjun1-2/+4
2017-04-27net: remove unnecessary carrier status checkZhang Shengju1-7/+4
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-04-26net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung1-0/+3
2017-04-25net: Generic XDPDavid S. Miller3-21/+176
2017-04-24lwtunnel: check return value of nla_nest_startPan Bian1-0/+2
2017-04-24flow_dissector: add mpls support (v2)Benjamin LaHaise1-3/+22
2017-04-22net/devlink: Add E-Switch encapsulation controlRoi Dayan1-3/+23
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2017-04-21netpoll: Check for skb->queue_mappingTushar Dave1-2/+8
2017-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-0/+6
2017-04-21bpf: add napi_id read access to __sk_buffDaniel Borkmann1-0/+14