summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: use skb_unref() in napi_consume_skb()Paolo Abeni2017-06-141-3/+2
* bpf: permits narrower load from bpf program context fieldsYonghong Song2017-06-141-14/+42
* udp: avoid a cache miss on dequeuePaolo Abeni2017-06-121-4/+20
* net: factor out a helper to decrement the skb refcountPaolo Abeni2017-06-122-13/+5
* bpf: add bpf_set_hash helper for tc progsDaniel Borkmann2017-06-101-0/+20
* bpf: remove cg_skb_func_proto and use sk_filter_func_proto directlyDaniel Borkmann2017-06-101-7/+1
* netns: fix error code when the nsid is already usedNicolas Dichtel2017-06-101-0/+1
* netns: define extack error msg for nsis cmdsNicolas Dichtel2017-06-101-9/+33
* skbuff: only inherit relevant tx_flagsWillem de Bruijn2017-06-081-4/+6
* tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-081-0/+20
* tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-081-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-062-3/+10
|\
| * devlink: fix potential memort leakHaishuang Yan2017-06-051-2/+6
| * sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh2017-06-041-1/+4
* | net: sched: introduce a TRAP control actionJiri Pirko2017-06-061-0/+2
* | skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld2017-06-041-23/+42
* | neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan2017-06-041-11/+49
* | net-procfs: Use vsnprintf extension %phNJoe Perches2017-06-041-9/+4
* | net/flow_dissector: add support for dissection of misc ip header fieldsOr Gerlitz2017-06-041-0/+40
* | bpf: track stack depth of classic bpf programsAlexei Starovoitov2017-05-311-14/+22
* | rtnetlink: use the new rtnl_get_event() interfaceVlad Yasevich2017-05-311-1/+1
* | net: add extack arg to lwtunnel build stateDavid Ahern2017-05-302-5/+20
* | net: lwtunnel: Add extack to encap attr validationDavid Ahern2017-05-301-5/+13
* | rtnl: Add support for netdev event to link messagesVlad Yasevich2017-05-272-10/+57
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-265-13/+39
|\|
| * ipv4: add reference counting to metricsEric Dumazet2017-05-261-9/+14
| * bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann2017-05-251-0/+1
| * net: move somaxconn init from sysctl codeRoman Kapl2017-05-252-2/+19
| * net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko2017-05-241-2/+5
* | net: flow_dissector: add support for dissection of tcp flagsJiri Pirko2017-05-241-0/+29
* | net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar2017-05-211-0/+4
* | net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar2017-05-211-0/+26
* | net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-2/+1
* | net: define receive timestamp filter for NTPMiroslav Lichvar2017-05-211-0/+2
* | net: more accurate checksumming in validate_xmit_skb()Davide Caratti2017-05-191-2/+12
* | net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti2017-05-191-0/+1
* | sk_buff: remove support for csum_bad in sk_buffDavide Caratti2017-05-191-3/+0
* | net: introduce skb_crc32c_csum_helpDavide Caratti2017-05-191-0/+41
* | skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti2017-05-191-0/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-183-19/+34
|\|
| * net: fix compile error in skb_orphan_partial()Eric Dumazet2017-05-171-3/+0
| * neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka2017-05-171-4/+10
| * net: Improve handling of failures on link and route dumpsDavid Ahern2017-05-161-12/+24
* | net: fix __skb_try_recv_from_queue to return the old behaviorAndrey Vagin2017-05-181-6/+8
* | net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan2017-05-182-4/+8
* | net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-2/+3
* | tcp: internal implementation for pacingEric Dumazet2017-05-161-0/+4
* | net/sock: factor out dequeue/peek with offset codePaolo Abeni2017-05-161-39/+51
|/
* netem: fix skb_orphan_partial()Eric Dumazet2017-05-111-12/+8
* xdp: refine xdp api with regards to generic xdpDaniel Borkmann2017-05-112-41/+54