aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-10bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon3-2/+14
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-18/+160
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin1-1/+1
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin1-1/+4
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin1-3/+7
2019-05-31bpf: cgroup inet skb programs can return 0 to 3brakmo1-1/+2
2019-05-31bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAYbrakmo1-0/+50
2019-05-31net: sfp: remove sfp-bus use of netdevsRussell King1-4/+2
2019-05-31net: sfp: add mandatory attach/detach methods for sfp busesRussell King1-0/+6
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller135-1440/+179
2019-05-31netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=yPablo Neira Ayuso1-0/+2
2019-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-2/+18
2019-05-30net: phy: export phy_queue_state_machineHeiner Kallweit1-1/+1
2019-05-30net: phy: add callback for custom interrupt handler to struct phy_driverHeiner Kallweit1-0/+3
2019-05-30net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit1-0/+1
2019-05-30sctp: deduplicate identical skb_checksum_opsMatteo Croce1-5/+7
2019-05-30netfilter: nf_conntrack_bridge: add support for IPv6Pablo Neira Ayuso1-0/+50
2019-05-30netfilter: bridge: add connection tracking systemPablo Neira Ayuso2-0/+10
2019-05-30netfilter: nf_conntrack: allow to register bridge supportPablo Neira Ayuso2-0/+14
2019-05-30net: ipv6: split skbuff into fragments transformerPablo Neira Ayuso1-0/+19
2019-05-30net: ipv4: split skbuff into fragments transformerPablo Neira Ayuso1-0/+16
2019-05-30net: ipv6: add skbuff fraglist splitterPablo Neira Ayuso1-0/+25
2019-05-30net: ipv4: add skbuff fraglist splitterPablo Neira Ayuso1-0/+23
2019-05-30tcp: add backup TFO key infrastructureJason Baron2-3/+39
2019-05-30i2c: acpi: export i2c_acpi_find_adapter_by_handleRuslan Babayev1-0/+6
2019-05-30udp: Avoid post-GRO UDP checksum recalculationSean Tranchetti1-1/+8
2019-05-29net: phylink: Add PHYLINK_DEV operation typeIoana Ciornei1-0/+1
2019-05-29net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei2-20/+38
2019-05-29net: sched: Introduce act_ctinfo actionKevin 'ldir' Darbyshire-Bryant3-0/+63
2019-05-29rhashtable: Add rht_ptr_rcu and improve rht_ptrHerbert Xu1-18/+18
2019-05-29bpf: cgroup: properly use bpf_prog_array apiStanislav Fomichev1-1/+1
2019-05-29bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev1-6/+6
2019-05-28nexthop: Add support for nexthop groupsDavid Ahern1-1/+97
2019-05-28nexthop: Add support for lwt encapsDavid Ahern1-0/+3
2019-05-28nexthop: Add support for IPv6 gatewaysDavid Ahern1-0/+3
2019-05-28nexthop: Add support for IPv4 nexthopsDavid Ahern1-0/+5
2019-05-28net: Initial nexthop codeDavid Ahern3-0/+108
2019-05-28net: nexthop uapiDavid Ahern2-0/+66
2019-05-28inet: frags: fix use-after-free read in inet_frag_destroy_rcuEric Dumazet1-0/+3
2019-05-28inet: frags: uninline fqdir_init()Eric Dumazet1-19/+1
2019-05-28bpf: decouple the lifetime of cgroup_bpf from cgroup itselfRoman Gushchin2-2/+27
2019-05-26inet: frags: rework rhashtable dismantleEric Dumazet1-0/+4
2019-05-26net: dynamically allocate fqdir structuresEric Dumazet4-7/+18
2019-05-26net: add a net pointer to struct fqdirEric Dumazet1-1/+4
2019-05-26net: rename inet_frags_init_net() to fdir_init()Eric Dumazet1-1/+2
2019-05-26net: rename struct fqdir fieldsEric Dumazet3-4/+4
2019-05-26net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet1-1/+1
2019-05-26inet: rename netns_frags to fqdirEric Dumazet4-18/+19
2019-05-26qed*: Add iWARP 100g supportMichal Kalderon1-0/+2
2019-05-26qed*: Change hwfn used for sb initializationMichal Kalderon1-1/+9