summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | xdp: adjust xdp redirect tracepoint to include return error codeJesper Dangaard Brouer2017-08-181-7/+12
* | | | ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet2017-08-181-3/+3
* | | | bpf: reuse tc bpf prologue for sk skb progsDaniel Borkmann2017-08-171-37/+10
* | | | bpf: no need to nullify ri->map in xdp_do_redirectDaniel Borkmann2017-08-171-1/+0
* | | | qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer2017-08-161-0/+1
* | | | bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend2017-08-161-0/+169
* | | | bpf: sockmap with sk redirect supportJohn Fastabend2017-08-161-0/+43
* | | | bpf: introduce new program type for skbs on socketsJohn Fastabend2017-08-161-0/+36
* | | | net: fixes for skb_send_sockJohn Fastabend2017-08-161-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-151-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | bpf: fix two missing target_size settings in bpf_convert_ctx_accessDaniel Borkmann2017-08-111-0/+2
* | | | dsa: fix flow disector null pointerCraig Gallek2017-08-151-1/+1
* | | | net: export some generic xdp helpersJason Wang2017-08-131-6/+8
* | | | rtnelink: Move link dump consistency check out of the loopJakub Sitnicki2017-08-131-4/+2
* | | | net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.Tonghao Zhang2017-08-111-2/+1
* | | | rtnetlink: fallback to UNSPEC if current family has no doit callbackFlorian Westphal2017-08-101-0/+6
* | | | rtnetlink: init handler refcounts to 1Florian Westphal2017-08-101-1/+6
* | | | rtnetlink: switch rtnl_link_get_slave_info_data_size to rcuFlorian Westphal2017-08-101-4/+12
* | | | rtnetlink: do not use RTM_GETLINK directlyFlorian Westphal2017-08-101-2/+2
* | | | rtnetlink: use rcu_dereference_raw to silence rcu splatFlorian Westphal2017-08-101-1/+1
* | | | net: core: fix compile error inside flow_dissector due to new dsa callbackJohn Crispin2017-08-101-0/+2
* | | | net-next: dsa: fix flow dissectionJohn Crispin2017-08-091-0/+12
* | | | net: call newid/getid without rtnl mutex heldFlorian Westphal2017-08-091-2/+3
* | | | rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal2017-08-091-0/+15
* | | | rtnetlink: protect handler table with rcuFlorian Westphal2017-08-091-56/+65
* | | | rtnetlink: small rtnl lock pushdownFlorian Westphal2017-08-091-6/+13
* | | | rtnetlink: add reference counting to prevent module unload while dump is in p...Florian Westphal2017-08-091-1/+13
* | | | rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-094-28/+28
* | | | rtnetlink: call rtnl_calcit directlyFlorian Westphal2017-08-091-25/+4
* | | | bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-091-4/+17
* | | | sock: fix zerocopy panic in mem accountingWillem de Bruijn2017-08-091-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-1/+1
|\| | |
| * | | net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-081-1/+1
* | | | ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun2017-08-071-0/+2
* | | | lwtunnel: replace EXPORT_SYMBOL with EXPORT_SYMBOL_GPLRoopa Prabhu2017-08-071-13/+13
* | | | sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn2017-08-031-0/+48
* | | | sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn2017-08-031-7/+92
* | | | sock: enable MSG_ZEROCOPYWillem de Bruijn2017-08-032-31/+21
* | | | sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-032-0/+21
* | | | sock: add MSG_ZEROCOPYWillem de Bruijn2017-08-033-21/+169
* | | | sock: skb_copy_ubufs support for compound pagesWillem de Bruijn2017-08-031-15/+38
* | | | sock: allocate skbs from optmemWillem de Bruijn2017-08-031-0/+27
* | | | net: fib_rules: Implement notification logic in coreIdo Schimmel2017-08-031-0/+63
* | | | net: core: Make the FIB notification chain genericIdo Schimmel2017-08-032-1/+166
* | | | bpf: fix the printing of ifindexWilliam Tu2017-08-031-4/+6
* | | | flow_dissector: remove unused functionsWANG Cong2017-08-021-45/+0
| |/ / |/| |
* | | net: add skb_frag_foreach_page and use with kmap_atomicWillem de Bruijn2017-08-011-29/+59
* | | skbuff: Function to send an skbuf on a socketTom Herbert2017-08-011-0/+101
* | | proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2017-08-011-0/+22
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-012-1/+3
|\| |