summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2017-06-08skbuff: only inherit relevant tx_flagsWillem de Bruijn1-4/+6
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet1-0/+20
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet1-4/+5
2017-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+10
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko1-0/+2
2017-06-05devlink: fix potential memort leakHaishuang Yan1-2/+6
2017-06-05skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld1-23/+42
2017-06-05neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan1-11/+49
2017-06-05sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh1-1/+4
2017-06-05net-procfs: Use vsnprintf extension %phNJoe Perches1-9/+4
2017-06-05net/flow_dissector: add support for dissection of misc ip header fieldsOr Gerlitz1-0/+40
2017-06-01bpf: track stack depth of classic bpf programsAlexei Starovoitov1-14/+22
2017-05-31rtnetlink: use the new rtnl_get_event() interfaceVlad Yasevich1-1/+1
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern2-5/+20
2017-05-30net: lwtunnel: Add extack to encap attr validationDavid Ahern1-5/+13
2017-05-28rtnl: Add support for netdev event to link messagesVlad Yasevich2-10/+57
2017-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-13/+39
2017-05-26ipv4: add reference counting to metricsEric Dumazet1-9/+14
2017-05-25bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann1-0/+1
2017-05-25net: move somaxconn init from sysctl codeRoman Kapl2-2/+19
2017-05-24net: flow_dissector: add support for dissection of tcp flagsJiri Pirko1-0/+29
2017-05-24net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko1-2/+5
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-20net: more accurate checksumming in validate_xmit_skb()Davide Caratti1-2/+12
2017-05-20net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti1-0/+1
2017-05-20sk_buff: remove support for csum_bad in sk_buffDavide Caratti1-3/+0
2017-05-20net: introduce skb_crc32c_csum_helpDavide Caratti1-0/+41
2017-05-20skbuff: 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-12netem: fix skb_orphan_partial()Eric Dumazet1-12/+8
2017-05-12xdp: refine xdp api with regards to generic xdpDaniel Borkmann2-41/+54
2017-05-12xdp: add flag to enforce driver modeDaniel Borkmann2-0/+7
2017-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-12/+19
2017-05-09treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2-6/+8
2017-05-09net: 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-03Merge 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/v...Linus Torvalds1-1/+0