aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2017-05-31bpf: track stack depth of classic bpf programsGravatar Alexei Starovoitov 1-14/+22
2017-05-31rtnetlink: use the new rtnl_get_event() interfaceGravatar Vlad Yasevich 1-1/+1
2017-05-30net: add extack arg to lwtunnel build stateGravatar David Ahern 2-5/+20
2017-05-30net: lwtunnel: Add extack to encap attr validationGravatar David Ahern 1-5/+13
2017-05-27rtnl: Add support for netdev event to link messagesGravatar Vlad Yasevich 2-10/+57
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-13/+39
2017-05-26ipv4: add reference counting to metricsGravatar Eric Dumazet 1-9/+14
2017-05-25bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataGravatar Daniel Borkmann 1-0/+1
2017-05-25net: move somaxconn init from sysctl codeGravatar Roman Kapl 2-2/+19
2017-05-24net: flow_dissector: add support for dissection of tcp flagsGravatar Jiri Pirko 1-0/+29
2017-05-24net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorGravatar Alexander Potapenko 1-2/+5
2017-05-21net: allow simultaneous SW and HW transmit timestampingGravatar Miroslav Lichvar 1-0/+4
2017-05-21net: add function to retrieve original skb device using NAPI IDGravatar Miroslav Lichvar 1-0/+26
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLGravatar Miroslav Lichvar 1-2/+1
2017-05-21net: define receive timestamp filter for NTPGravatar Miroslav Lichvar 1-0/+2
2017-05-19net: more accurate checksumming in validate_xmit_skb()Gravatar Davide Caratti 1-2/+12
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cGravatar Davide Caratti 1-0/+1
2017-05-19sk_buff: remove support for csum_bad in sk_buffGravatar Davide Caratti 1-3/+0
2017-05-19net: introduce skb_crc32c_csum_helpGravatar Davide Caratti 1-0/+41
2017-05-19skbuff: add stub to help computing crc32c on SCTP packetsGravatar Davide Caratti 1-0/+26
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-19/+34
2017-05-18net: fix __skb_try_recv_from_queue to return the old behaviorGravatar Andrey Vagin 1-6/+8
2017-05-18net: make struct net_device::tx_queue_len unsigned intGravatar Alexey Dobriyan 2-4/+8
2017-05-17net: sched: move tc_classify function to cls_api.cGravatar Jiri Pirko 1-2/+3
2017-05-17net: fix compile error in skb_orphan_partial()Gravatar Eric Dumazet 1-3/+0
2017-05-17neighbour: update neigh timestamps iff update is effectiveGravatar Ihar Hrachyshka 1-4/+10
2017-05-16tcp: internal implementation for pacingGravatar Eric Dumazet 1-0/+4
2017-05-16net/sock: factor out dequeue/peek with offset codeGravatar Paolo Abeni 1-39/+51
2017-05-16net: Improve handling of failures on link and route dumpsGravatar David Ahern 1-12/+24
2017-05-11netem: fix skb_orphan_partial()Gravatar Eric Dumazet 1-12/+8
2017-05-11xdp: refine xdp api with regards to generic xdpGravatar Daniel Borkmann 2-41/+54
2017-05-11xdp: add flag to enforce driver modeGravatar Daniel Borkmann 2-0/+7
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-12/+19
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersGravatar Vlastimil Babka 2-6/+8
2017-05-08net: use kvmalloc with __GFP_REPEAT rather than open coded variantGravatar Michal Hocko 1-15/+9
2017-05-05tcp: randomize timestamps on syncookiesGravatar Eric Dumazet 1-12/+19
2017-05-04rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringGravatar Michal Schmidt 1-1/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 23-467/+1735
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+0
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+7
2017-05-02xdp: fix parameter kdoc for extackGravatar Jakub Kicinski 1-1/+1
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+2
2017-05-01iov_iter: don't revert iov buffer if csum errorGravatar Ding Tianhong 1-6/+7
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+103
2017-05-01xdp: propagate extended ack to XDP setupGravatar Jakub Kicinski 2-6/+12
2017-04-30lwtunnel: fix error path in lwtunnel_fill_encap()Gravatar Dan Carpenter 1-3/+4
2017-04-30net: Initialise init_net.count to 1Gravatar David Howells 1-1/+2
2017-04-30bpf: restore skb->sk before pskb_trim() callGravatar Eric Dumazet 1-1/+1
2017-04-28net: adjust skb->truesize in ___pskb_trim()Gravatar Eric Dumazet 1-0/+2
2017-04-27fib_rules: fix error return codeGravatar Wei Yongjun 1-2/+4