aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-09net: hwbm: Make the hwbm_pool lock a mutexSebastian Andrzej Siewior1-3/+3
2019-06-09nexthop: off by one in nexthop_mpath_select()Dan Carpenter1-1/+1
2019-06-09bonding: add slave_foo printk macrosJarod Wilson1-0/+9
2019-06-08net: dsa: sja1105: Add a state machine for RX timestampingVladimir Oltean1-0/+7
2019-06-08net: dsa: sja1105: Add a global sja1105_tagger_data structureVladimir Oltean1-0/+15
2019-06-08net: dsa: sja1105: Build a minimal understanding of meta framesVladimir Oltean1-0/+11
2019-06-08net: dsa: sja1105: Add logic for TX timestampingVladimir Oltean1-0/+1
2019-06-08net: dsa: tag_8021q: Create helper function for removing VLAN headerVladimir Oltean1-9/+7
2019-06-08net: dsa: Add teardown callback for driversVladimir Oltean1-0/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller676-5154/+708
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-14/+5
2019-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2019-06-06net/tls: export TLS per skb encryptionDirk van der Merwe1-0/+1
2019-06-06net/tls: simplify driver context retrievalJakub Kicinski1-6/+22
2019-06-06net/tls: split the TLS_DRIVER_STATE_SIZE and bump TX to 16 bytesJakub Kicinski1-3/+4
2019-06-06net: phy: Add detection of 1000BaseX link mode supportRobert Hancock1-0/+2
2019-06-06Merge tag 'fuse-fixes-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-1/+6
2019-06-06vxlan: Use FDB_HASH_SIZE hash_locks to reduce contentionLitao jiao1-1/+1
2019-06-05net: phy: remove state PHY_FORCINGHeiner Kallweit1-11/+0
2019-06-05net: rds: add per rds connection cache statisticsZhu Yanjun1-0/+2
2019-06-05ipv6: fix the check before getting the cookie in rt6_get_cookieXin Long1-2/+1
2019-06-05net: Add a define for LLDP ethertypeAnirudh Venkataramanan1-0/+1
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern3-8/+66
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern2-0/+52
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern1-4/+11
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern2-6/+15
2019-06-04net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski1-7/+3
2019-06-04net/tls: reorganize struct tls_contextJakub Kicinski1-11/+15
2019-06-04net/tls: fully initialize the msg wrapper skbJakub Kicinski1-0/+1
2019-06-04devlink: allow driver to update progress of flash updateJiri Pirko2-0/+13
2019-06-04net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski1-0/+4
2019-06-03net: fix use-after-free in kfree_skb_listEric Dumazet2-2/+0
2019-06-03flow_offload: include linux/kernel.h from flow_offload.hEdward Cree1-0/+1
2019-06-03flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flagStanislav Fomichev1-3/+2
2019-06-03Merge tag 'mlx5-updates-2019-05-31' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller5-17/+42
2019-06-03rcu: locking and unlocking need to always be at least barriersLinus Torvalds1-4/+2
2019-06-03Merge tag 'nds32-for-linux-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linuxLinus Torvalds2-15/+13
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal1-15/+6
2019-06-02net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal1-1/+9
2019-06-02Merge tag 'isdn-removal' of https://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundDavid S. Miller12-1717/+0
2019-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-3/+15
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-10/+19
2019-06-01include/linux/generic-radix-tree.h: fix kerneldoc commentJonathan Corbet1-1/+1
2019-06-01memcg: make it work on sparse non-0-node systemsJiri Slaby1-0/+1
2019-06-01mm, memcg: consider subtrees in memory.eventsChris Down2-2/+13
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