summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: style cleanupsstephen hemminger2017-08-191-32/+36
* net: mark receive queue attributes ro_after_initstephen hemminger2017-08-191-12/+13
* net: make queue attributes ro_after_initstephen hemminger2017-08-191-21/+19
* net: make BQL sysfs attributes ro_after_initstephen hemminger2017-08-191-11/+11
* net: drop unused attribute argument from sysfs queue funcsstephen hemminger2017-08-191-26/+11
* net: make net sysfs attributes ro_after_initstephen hemminger2017-08-191-2/+2
* net: constify net_ns_type_operationsstephen hemminger2017-08-191-1/+1
* net: make net_class ro_after_initstephen hemminger2017-08-191-1/+1
* net: constify netdev_class_filestephen hemminger2017-08-191-2/+2
* net: don't decrement kobj reference count on init failurestephen hemminger2017-08-191-12/+10
* xdp: adjust xdp redirect tracepoint to include return error codeJesper Dangaard Brouer2017-08-191-7/+12
* ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet2017-08-191-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-161-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-161-1/+1
* | net: export some generic xdp helpersJason Wang2017-08-141-6/+8
* | rtnelink: Move link dump consistency check out of the loopJakub Sitnicki2017-08-141-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-101-0/+12
* | net: call newid/getid without rtnl mutex heldFlorian Westphal2017-08-101-2/+3
* | rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal2017-08-101-0/+15
* | rtnetlink: protect handler table with rcuFlorian Westphal2017-08-101-56/+65
* | rtnetlink: small rtnl lock pushdownFlorian Westphal2017-08-101-6/+13
* | rtnetlink: add reference counting to prevent module unload while dump is in p...Florian Westphal2017-08-101-1/+13
* | rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-104-28/+28
* | rtnetlink: call rtnl_calcit directlyFlorian Westphal2017-08-101-25/+4
* | bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-101-4/+17
* | sock: fix zerocopy panic in mem accountingWillem de Bruijn2017-08-101-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-101-1/+1
|\|
| * net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-091-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-041-0/+48
* | sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn2017-08-041-7/+92
* | sock: enable MSG_ZEROCOPYWillem de Bruijn2017-08-042-31/+21
* | sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-042-0/+21
* | sock: add MSG_ZEROCOPYWillem de Bruijn2017-08-043-21/+169