summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-3/+9
|\
| * datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-181-3/+9
* | net: check type when freeing metadata dstDavid Lamparter2017-08-211-1/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-211-1/+1
|\ \
| * | net: Allow IPsec GSO for local socketsSteffen Klassert2017-08-021-1/+1
* | | net: style cleanupsstephen hemminger2017-08-181-32/+36
* | | net: mark receive queue attributes ro_after_initstephen hemminger2017-08-181-12/+13
* | | net: make queue attributes ro_after_initstephen hemminger2017-08-181-21/+19
* | | net: make BQL sysfs attributes ro_after_initstephen hemminger2017-08-181-11/+11
* | | net: drop unused attribute argument from sysfs queue funcsstephen hemminger2017-08-181-26/+11
* | | net: make net sysfs attributes ro_after_initstephen hemminger2017-08-181-2/+2
* | | net: constify net_ns_type_operationsstephen hemminger2017-08-181-1/+1
* | | net: make net_class ro_after_initstephen hemminger2017-08-181-1/+1
* | | net: constify netdev_class_filestephen hemminger2017-08-181-2/+2
* | | net: don't decrement kobj reference count on init failurestephen hemminger2017-08-181-12/+10
* | | 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
OpenPOWER on IntegriCloud