summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2017-08-19net: make queue attributes ro_after_initstephen hemminger1-21/+19
2017-08-19net: make BQL sysfs attributes ro_after_initstephen hemminger1-11/+11
2017-08-19net: drop unused attribute argument from sysfs queue funcsstephen hemminger1-26/+11
2017-08-19net: make net sysfs attributes ro_after_initstephen hemminger1-2/+2
2017-08-19net: constify net_ns_type_operationsstephen hemminger1-1/+1
2017-08-19net: make net_class ro_after_initstephen hemminger1-1/+1
2017-08-19net: constify netdev_class_filestephen hemminger1-2/+2
2017-08-19net: don't decrement kobj reference count on init failurestephen hemminger1-12/+10
2017-08-19xdp: adjust xdp redirect tracepoint to include return error codeJesper Dangaard Brouer1-7/+12
2017-08-19ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet1-3/+3
2017-08-19datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson1-3/+9
2017-08-17bpf: reuse tc bpf prologue for sk skb progsDaniel Borkmann1-37/+10
2017-08-17bpf: no need to nullify ri->map in xdp_do_redirectDaniel Borkmann1-1/+0
2017-08-17qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer1-0/+1
2017-08-16bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend1-0/+169
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend1-0/+43
2017-08-16bpf: introduce new program type for skbs on socketsJohn Fastabend1-0/+36
2017-08-16net: fixes for skb_send_sockJohn Fastabend1-1/+1
2017-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-08-16dsa: fix flow disector null pointerCraig Gallek1-1/+1
2017-08-14net: export some generic xdp helpersJason Wang1-6/+8
2017-08-14rtnelink: Move link dump consistency check out of the loopJakub Sitnicki1-4/+2
2017-08-12bpf: fix two missing target_size settings in bpf_convert_ctx_accessDaniel Borkmann1-0/+2
2017-08-12net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.Tonghao Zhang1-2/+1
2017-08-10rtnetlink: fallback to UNSPEC if current family has no doit callbackFlorian Westphal1-0/+6
2017-08-10rtnetlink: init handler refcounts to 1Florian Westphal1-1/+6
2017-08-10rtnetlink: switch rtnl_link_get_slave_info_data_size to rcuFlorian Westphal1-4/+12
2017-08-10rtnetlink: do not use RTM_GETLINK directlyFlorian Westphal1-2/+2
2017-08-10rtnetlink: use rcu_dereference_raw to silence rcu splatFlorian Westphal1-1/+1
2017-08-10net: core: fix compile error inside flow_dissector due to new dsa callbackJohn Crispin1-0/+2
2017-08-10net-next: dsa: fix flow dissectionJohn Crispin1-0/+12
2017-08-10net: call newid/getid without rtnl mutex heldFlorian Westphal1-2/+3
2017-08-10rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal1-0/+15
2017-08-10rtnetlink: protect handler table with rcuFlorian Westphal1-56/+65
2017-08-10rtnetlink: small rtnl lock pushdownFlorian Westphal1-6/+13
2017-08-10rtnetlink: add reference counting to prevent module unload while dump is in p...Florian Westphal1-1/+13
2017-08-10rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal4-28/+28
2017-08-10rtnetlink: call rtnl_calcit directlyFlorian Westphal1-25/+4
2017-08-10bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann1-4/+17
2017-08-10sock: fix zerocopy panic in mem accountingWillem de Bruijn1-2/+2
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-09net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-08-08ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun1-0/+2
2017-08-08lwtunnel: replace EXPORT_SYMBOL with EXPORT_SYMBOL_GPLRoopa Prabhu1-13/+13
2017-08-04sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn1-0/+48
2017-08-04sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn1-7/+92
2017-08-04sock: enable MSG_ZEROCOPYWillem de Bruijn2-31/+21
2017-08-04sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2-0/+21
2017-08-04sock: add MSG_ZEROCOPYWillem de Bruijn3-21/+169
2017-08-04sock: skb_copy_ubufs support for compound pagesWillem de Bruijn1-15/+38