summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal
2019-06-02net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal
2019-06-02Merge tag 'isdn-removal' of https://git.kernel.org/pub/scm/linux/kernel/git/a...David S. Miller
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin
2019-05-31bpf: cgroup inet skb programs can return 0 to 3brakmo
2019-05-31bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAYbrakmo
2019-05-31net: sfp: remove sfp-bus use of netdevsRussell King
2019-05-31net: sfp: add mandatory attach/detach methods for sfp busesRussell King
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-31netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=yPablo Neira Ayuso
2019-05-31ipvs: add checksum support for gue encapsulationJacky Hu
2019-05-31netfilter: replace skb_make_writable with skb_ensure_writableFlorian Westphal
2019-05-31netfilter: nf_flow_table: remove unnecessary variable in flow_offload_tupleTaehee Yoo
2019-05-31netfilter: xt_owner: Add supplementary groups optionLukasz Pawelczyk
2019-05-31ipvs: add function to find tunnelsJulian Anastasov
2019-05-31ipvs: allow rs_table to contain different real server typesJulian Anastasov
2019-05-31isdn: hdlc: move into mISDNArnd Bergmann
2019-05-31isdn: remove isdn4linuxArnd Bergmann
2019-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-30net: phy: export phy_queue_state_machineHeiner Kallweit
2019-05-30net: phy: add callback for custom interrupt handler to struct phy_driverHeiner Kallweit
2019-05-30net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit
2019-05-30sctp: deduplicate identical skb_checksum_opsMatteo Croce
2019-05-30netfilter: nf_conntrack_bridge: add support for IPv6Pablo Neira Ayuso
2019-05-30netfilter: bridge: add connection tracking systemPablo Neira Ayuso
2019-05-30netfilter: nf_conntrack: allow to register bridge supportPablo Neira Ayuso
2019-05-30net: ipv6: split skbuff into fragments transformerPablo Neira Ayuso
2019-05-30net: ipv4: split skbuff into fragments transformerPablo Neira Ayuso
2019-05-30net: ipv6: add skbuff fraglist splitterPablo Neira Ayuso
2019-05-30net: ipv4: add skbuff fraglist splitterPablo Neira Ayuso
2019-05-30tcp: add backup TFO key infrastructureJason Baron
2019-05-30i2c: acpi: export i2c_acpi_find_adapter_by_handleRuslan Babayev
2019-05-30udp: Avoid post-GRO UDP checksum recalculationSean Tranchetti
2019-05-29net: phylink: Add PHYLINK_DEV operation typeIoana Ciornei
2019-05-29net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei
2019-05-29net: sched: Introduce act_ctinfo actionKevin 'ldir' Darbyshire-Bryant
2019-05-29rhashtable: Add rht_ptr_rcu and improve rht_ptrHerbert Xu
2019-05-29bpf: cgroup: properly use bpf_prog_array apiStanislav Fomichev
2019-05-29bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev
2019-05-28nexthop: Add support for nexthop groupsDavid Ahern
2019-05-28nexthop: Add support for lwt encapsDavid Ahern
2019-05-28nexthop: Add support for IPv6 gatewaysDavid Ahern
2019-05-28nexthop: Add support for IPv4 nexthopsDavid Ahern
2019-05-28net: Initial nexthop codeDavid Ahern
2019-05-28net: nexthop uapiDavid Ahern
2019-05-28inet: frags: fix use-after-free read in inet_frag_destroy_rcuEric Dumazet