aboutsummaryrefslogtreecommitdiffstats
path: root/COPYING (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-13afs: Use a dynamic port if 7001 is in useMarc Dionne1-0/+4
2017-11-13afs: Fix directory read/modify raceDavid Howells4-8/+46
2017-11-13afs: Trace the sending of pagesDavid Howells2-0/+64
2017-11-13afs: Trace the initiation and completion of client callsDavid Howells5-20/+233
2017-11-13afs: Fix documentation on # vs % prefix in mount source specificationDavid Howells1-2/+2
2017-11-13afs: Fix total-length calculation for multiple-page sendDavid Howells1-2/+11
2017-11-13afs: Only progress call state at end of Tx phase from rxrpc callbackDavid Howells1-9/+0
2017-11-13afs: Make use of the YFS service upgrade to fully support IPv6David Howells6-10/+428
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells26-2575/+2795
2017-11-13afs: Move server rotation code into its own fileDavid Howells3-250/+255
2017-11-13afs: Add an address list conceptDavid Howells12-561/+844
2017-11-13afs: Overhaul cell database managementDavid Howells6-317/+704
2017-11-13afs: Overhaul permit cachingDavid Howells9-187/+244
2017-11-13afs: Overhaul the callback handlingDavid Howells14-794/+443
2017-11-13afs: Rename struct afs_call server member to cm_serverDavid Howells3-11/+10
2017-11-13afs: Fix the afs_uuid struct to make the char-sized fields signedDavid Howells1-3/+3
2017-11-13afs: Connect up the CB.ProbeUuidDavid Howells1-0/+3
2017-11-13afs: Potentially return call->reply[0] from afs_make_call()David Howells2-11/+18
2017-11-13afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells5-77/+74
2017-11-13afs: Consolidate abort_to_error translatorsDavid Howells6-77/+36
2017-11-13afs: Allow IPv6 address specification of VL serversDavid Howells5-26/+36
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells10-130/+85
2017-11-13afs: Update the cache index structureDavid Howells4-251/+50
2017-11-13afs: Add some protocol defsDavid Howells3-9/+35
2017-11-13afs: Push the net ns pointer to more placesDavid Howells11-56/+56
2017-11-13afs: Note the cell in the superblock info alsoDavid Howells2-24/+48
2017-11-13afs: Fix server reapingDavid Howells3-10/+57
2017-11-13afs: Close the rxrpc socket only after purging the serversDavid Howells1-1/+1
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells16-492/+603
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells14-98/+37
2017-11-13ip6_tunnel: clean up ip4ip6 and ip6ip6's err_handlersXin Long1-28/+14
2017-11-13ip6_tunnel: process toobig in a better wayXin Long1-4/+3
2017-11-13ip6_tunnel: add the process for redirect in ip6_tnl_errXin Long1-5/+10
2017-11-13ip6_gre: process toobig in a better wayXin Long1-13/+2
2017-11-13ip6_gre: add the process for redirect in ip6gre_errXin Long1-0/+5
2017-11-13forcedeth: remove redudant assignments in xmitZhu Yanjun1-8/+20
2017-11-13openvswitch: Add meter action supportAndy Zhou4-0/+16
2017-11-13openvswitch: Add meter infrastructureAndy Zhou5-2/+674
2017-11-13openvswitch: export get_dp() API.Andy Zhou2-29/+31
2017-11-13openvswitch: Add meter netlink definitionsAndy Zhou1-0/+51
2017-11-13net: dsa: b53: Support prepended Broadcom tagsFlorian Fainelli2-4/+11
2017-11-13net: dsa: Support prepended Broadcom tagFlorian Fainelli6-7/+41
2017-11-13net: dsa: tag_brcm: Prepare for supporting prepended tagFlorian Fainelli1-11/+34
2017-11-13net: dsa: Pass a port to get_tag_protocol()Florian Fainelli12-31/+32
2017-11-13net/sched/sch_red.c: work around gcc-4.4.4 anon union initializer issueAndrew Morton1-5/+9
2017-11-13net/mlx4: Use Kconfig flag to remove support of old gen2 Mellanox devicesSlava Shwartsman2-0/+10
2017-11-13af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2-6/+12
2017-11-13netem: support delivering packets in delayed time slotsDave Taht2-3/+79
2017-11-13netem: add uapi to express delay and jitter in nanosecondsDave Taht2-0/+16
2017-11-13netem: convert to qdisc_watchdog_schedule_nsDave Taht1-28/+28