summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2017-06-08skbuff: only inherit relevant tx_flagsWillem de Bruijn
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko
2017-06-05devlink: fix potential memort leakHaishuang Yan
2017-06-04skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld
2017-06-04neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan
2017-06-04sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh
2017-06-04net-procfs: Use vsnprintf extension %phNJoe Perches
2017-06-04net/flow_dissector: add support for dissection of misc ip header fieldsOr Gerlitz
2017-05-31bpf: track stack depth of classic bpf programsAlexei Starovoitov
2017-05-31rtnetlink: use the new rtnl_get_event() interfaceVlad Yasevich
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern
2017-05-30net: lwtunnel: Add extack to encap attr validationDavid Ahern
2017-05-27rtnl: Add support for netdev event to link messagesVlad Yasevich
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-26ipv4: add reference counting to metricsEric Dumazet
2017-05-25bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann
2017-05-25net: move somaxconn init from sysctl codeRoman Kapl
2017-05-24net: flow_dissector: add support for dissection of tcp flagsJiri Pirko
2017-05-24net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko
2017-05-21net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar
2017-05-21net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar
2017-05-21net: define receive timestamp filter for NTPMiroslav Lichvar
2017-05-19net: more accurate checksumming in validate_xmit_skb()Davide Caratti
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti
2017-05-19net: introduce skb_crc32c_csum_helpDavide Caratti
2017-05-19skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-18net: fix __skb_try_recv_from_queue to return the old behaviorAndrey Vagin
2017-05-18net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko
2017-05-17net: fix compile error in skb_orphan_partial()Eric Dumazet
2017-05-17neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka
2017-05-16tcp: internal implementation for pacingEric Dumazet
2017-05-16net/sock: factor out dequeue/peek with offset codePaolo Abeni
2017-05-16net: Improve handling of failures on link and route dumpsDavid Ahern
2017-05-11netem: fix skb_orphan_partial()Eric Dumazet
2017-05-11xdp: refine xdp api with regards to generic xdpDaniel Borkmann
2017-05-11xdp: add flag to enforce driver modeDaniel Borkmann
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka
2017-05-08net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet
2017-05-04rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds