aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-27bpf: expose program stats via bpf_prog_infoAlexei Starovoitov1-0/+2
2019-02-27bpf: enable program statsAlexei Starovoitov2-1/+28
2019-02-27netfilter: conntrack: avoid same-timeout updateFlorian Westphal1-5/+5
2019-02-27netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal3-55/+39
2019-02-27netfilter: nat: remove l3proto structFlorian Westphal1-8/+0
2019-02-27netfilter: nat: remove csum_recalc hookFlorian Westphal1-4/+3
2019-02-27netfilter: nat: remove csum_update hookFlorian Westphal1-5/+0
2019-02-27netfilter: nat: remove l3 manip_pkt hookFlorian Westphal1-5/+4
2019-02-27netfilter: nat: remove nf_nat_l4proto.hFlorian Westphal1-16/+0
2019-02-27netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal1-9/+0
2019-02-27netfilter: nat: merge ipv4 and ipv6 masquerade functionalityFlorian Westphal1-4/+2
2019-02-27netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso1-0/+3
2019-02-26tcp: convert tcp_md5_needed to static_branch APIEric Dumazet1-2/+2
2019-02-26tcp: get rid of __tcp_add_write_queue_tail()Eric Dumazet1-6/+1
2019-02-26tcp: get rid of tcp_check_send_head()Eric Dumazet1-6/+0
2019-02-26vxlan: add extack support for create and changelinkRoopa Prabhu1-0/+31
2019-02-26devlink: create a special NDO for getting the devlink instanceJakub Kicinski2-0/+16
2019-02-26net: devlink: turn devlink into a built-inJakub Kicinski1-6/+4
2019-02-26net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov1-3/+1
2019-02-26Bluetooth: Add quirk for reading BD_ADDR from fwnode propertyMatthias Kaehlcke1-0/+12
2019-02-25net: avoid use IPCB in cipso_v4_errorNazarov Sergey1-0/+2
2019-02-25net: Add __icmp_send helper.Nazarov Sergey1-1/+8
2019-02-25net: sched: pie: add more cases to auto-tune alpha and betaMohit P. Tahiliani1-1/+1
2019-02-25net: sched: set dedicated tcf_walker flag when tp is emptyVlad Buslov1-0/+1
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds1-6/+0
2019-02-25mmc: core: Convert mmc_regulator_get_ocrmask() to staticUlf Hansson1-6/+0
2019-02-25mmc: core: Move regulator helpers to separate fileUlf Hansson1-1/+0
2019-02-25Merge tag 'nand/for-5.1' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon1-17/+9
2019-02-25mmc: core: Indicate SD specs higher than 4.0Avri Altman1-0/+2
2019-02-25mmc: core: Calculate the discard arg only onceAvri Altman2-0/+6
2019-02-25mmc: slot-gpio: Remove override_active_level on WPLinus Walleij1-1/+1
2019-02-25mmc: bcm2835: Drop pointer to mmc_host from bcm2835_hostLukas Wunner1-0/+5
2019-02-24switchdev: Complete removal of switchdev_port_attr_get()Florian Fainelli1-4/+0
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn1-2/+1
2019-02-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller2-1/+2
2019-02-24tls: Return type of non-data records retrieved using MSG_PEEK in recvmsgVakul Garg1-0/+10
2019-02-24ipv6: icmp: use percpu allocationKefeng Wang1-1/+1
2019-02-24mlxsw: spectrum_acl: Add vregion migration end tracepointJiri Pirko1-0/+20
2019-02-24net: phy: marvell10g: add support for the 88x2110 PHYMaxime Chevallier1-0/+1
2019-02-24net: phy: marvell10g: Use a #define for 88X3310 family idMaxime Chevallier1-0/+1
2019-02-24net: phy: improve definition of __ETHTOOL_LINK_MODE_MASK_NBITSHeiner Kallweit2-12/+9
2019-02-24net: dev: add generic protodown handlerAndy Roulin1-0/+1
2019-02-24net: phylink: update mac_config() documentationRussell King1-0/+7
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-24/+75
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-7/+32
2019-02-23trace: events: neigh_update: print new state in string formatRoopa Prabhu1-3/+5
2019-02-23net: phy: realtek: Dummy IRQ calls for RTL8366RBLinus Walleij1-0/+8
2019-02-23net: phy: add genphy_c45_read_statusHeiner Kallweit1-0/+1
2019-02-23Merge tag 'mlx5-updates-2019-02-21' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller2-2/+12
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Cong Wang1-2/+3