aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal2-2/+2
2019-04-08netfilter: nf_tables: merge route type into coreFlorian Westphal2-0/+17
2019-04-08netfilter: nat: add inet family nat supportFlorian Westphal1-2/+5
2019-04-08netfilter: optimize nf_inet_addr_cmpLi RongQing1-0/+7
2019-04-08ipvs: allow tunneling with gue encapsulationJacky Hu2-0/+16
2019-04-08time: Introduce jiffies64_to_msecs()Li RongQing1-0/+1
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni2-6/+6
2019-04-07rhashtable: add lockdep tracking to bucket bit-spin-locks.NeilBrown1-17/+34
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2-98/+165
2019-04-07rhashtable: allow rht_bucket_var to return NULL.NeilBrown1-2/+9
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-48/+150
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-17/+44
2019-04-04net: devlink: introduce devlink_compat_switch_id_get() helperJiri Pirko1-0/+9
2019-04-04net: devlink: extend port attrs for switch IDJiri Pirko1-2/+6
2019-04-04net: devlink: convert devlink_port_attrs bools to bitsJiri Pirko1-2/+2
2019-04-04net: use correct this_cpu primitive in dev_recursion_levelFlorian Westphal1-1/+1
2019-04-03ipv6: Flip to fib_nexthop_infoDavid Ahern1-0/+5
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern1-26/+21
2019-04-03ipv4: Update fib_table_lookup tracepoint to take common nexthopDavid Ahern1-19/+26
2019-04-03net: phy: fix autoneg mismatch case in genphy_read_statusHeiner Kallweit1-0/+1
2019-04-02net: phy: add genphy_read_abilitiesHeiner Kallweit1-0/+1
2019-04-01drivers: net: aurora: use netdev_xmit_more helperFlorian Westphal1-2/+0
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-04-01net: place xmit recursion in softnet dataFlorian Westphal1-8/+32
2019-04-01net: dsa: read mac address from DT for slave deviceXiaofei Shen1-0/+1
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni1-7/+19
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni1-0/+18
2019-04-01vrf: check accept_source_route on the original netdeviceStephen Suryaputra1-1/+1
2019-03-31mlxsw: spectrum_acl: Rename rehash_dis traceJiri Pirko1-1/+1
2019-03-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2019-03-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+0
2019-03-30Merge tag 'gpio-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2019-03-30Merge tag 'acpi-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-0/+8
2019-03-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-12/+28
2019-03-29Merge tag 'mlx5-fixes-2019-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-0/+2
2019-03-29Merge tag 'driver-core-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+0
2019-03-29Merge tag 'char-misc-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-5/+67
2019-03-29openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE modewenxu1-0/+1
2019-03-29net/mlx5e: Add a lock on tir listYuval Avnery1-0/+2
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern3-48/+64
2019-03-29net: Use common nexthop init and release helpersDavid Ahern1-0/+4
2019-03-29net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern2-18/+33
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern3-14/+16
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern2-14/+17
2019-03-29ipv6: Refactor fib6_ignore_linkdownDavid Ahern1-0/+8
2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern2-2/+3
2019-03-29ipv6: Create cleanup helper for fib6_nhDavid Ahern1-0/+1
2019-03-29ipv6: Create init helper for fib6_nhDavid Ahern1-0/+4
2019-03-29ipv4: Create cleanup helper for fib_nhDavid Ahern1-0/+1
2019-03-29ipv4: Create init helper for fib_nhDavid Ahern1-0/+4