summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-08-18net: constify net_ns_type_operationsstephen hemminger
2017-08-18net: make net_class ro_after_initstephen hemminger
2017-08-18net: constify netdev_class_filestephen hemminger
2017-08-18net: don't decrement kobj reference count on init failurestephen hemminger
2017-08-18xdp: adjust xdp redirect tracepoint to include return error codeJesper Dangaard Brouer
2017-08-18ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson
2017-08-17bpf: reuse tc bpf prologue for sk skb progsDaniel Borkmann
2017-08-17bpf: no need to nullify ri->map in xdp_do_redirectDaniel Borkmann
2017-08-16qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer
2017-08-16bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend
2017-08-16bpf: introduce new program type for skbs on socketsJohn Fastabend
2017-08-16net: fixes for skb_send_sockJohn Fastabend
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-15dsa: fix flow disector null pointerCraig Gallek
2017-08-13net: export some generic xdp helpersJason Wang
2017-08-13rtnelink: Move link dump consistency check out of the loopJakub Sitnicki
2017-08-11bpf: fix two missing target_size settings in bpf_convert_ctx_accessDaniel Borkmann
2017-08-11net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.Tonghao Zhang
2017-08-10rtnetlink: fallback to UNSPEC if current family has no doit callbackFlorian Westphal
2017-08-10rtnetlink: init handler refcounts to 1Florian Westphal
2017-08-10rtnetlink: switch rtnl_link_get_slave_info_data_size to rcuFlorian Westphal
2017-08-10rtnetlink: do not use RTM_GETLINK directlyFlorian Westphal
2017-08-10rtnetlink: use rcu_dereference_raw to silence rcu splatFlorian Westphal
2017-08-10net: core: fix compile error inside flow_dissector due to new dsa callbackJohn Crispin
2017-08-09net-next: dsa: fix flow dissectionJohn Crispin
2017-08-09net: call newid/getid without rtnl mutex heldFlorian Westphal
2017-08-09rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal
2017-08-09rtnetlink: protect handler table with rcuFlorian Westphal
2017-08-09rtnetlink: small rtnl lock pushdownFlorian Westphal
2017-08-09rtnetlink: add reference counting to prevent module unload while dump is in p...Florian Westphal
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-08-09rtnetlink: call rtnl_calcit directlyFlorian Westphal
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann
2017-08-09sock: fix zerocopy panic in mem accountingWillem de Bruijn
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-08net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-07ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun
2017-08-07lwtunnel: replace EXPORT_SYMBOL with EXPORT_SYMBOL_GPLRoopa Prabhu
2017-08-03sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn
2017-08-03sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn
2017-08-03sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn
2017-08-03sock: skb_copy_ubufs support for compound pagesWillem de Bruijn
2017-08-03sock: allocate skbs from optmemWillem de Bruijn
2017-08-03net: fib_rules: Implement notification logic in coreIdo Schimmel
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel
2017-08-03bpf: fix the printing of ifindexWilliam Tu